about summary refs log tree commit diff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c4390ccd..427de61f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,10 +1,15 @@
-# $Id: Makefile.am,v 1.1 2001/12/31 02:22:29 alex Exp $
+# $Id: Makefile.am,v 1.2 2001/12/31 02:45:24 alex Exp $
 
 # $Log: Makefile.am,v $
+# Revision 1.2  2001/12/31 02:45:24  alex
+# - nun werden alle generierten Dateien bei "maintainer-clean" geloescht.
+#
 # Revision 1.1  2001/12/31 02:22:29  alex
 # - Makefile.am fuer das "doc"-Verzeichnis begonnen.
-#
 
 EXTRA_DIST = CVS.txt RFC.txt sample-ngircd.conf
 
+maintainer-clean-local:
+	rm -f Makefile Makefile.in
+
 # -eof-