about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2006-12-28 14:04:28 +0000
committerAlexander Barton <alex@barton.de>2006-12-28 14:04:28 +0000
commit40199e0b56743005d51b3cbb0c89ce3c1f1ceae8 (patch)
tree51ae5002a0023cd32e4727d5b10ab1092bf9d621
parent95b7dbcc187e5e16477b64215af947b5b53cbdec (diff)
downloadngircd-40199e0b56743005d51b3cbb0c89ce3c1f1ceae8.tar.gz
ngircd-40199e0b56743005d51b3cbb0c89ce3c1f1ceae8.zip
distclean: remove "html" folder.
-rw-r--r--doc/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/Makefile.am b/doc/src/Makefile.am
index 40a0c09d..8ff2723b 100644
--- a/doc/src/Makefile.am
+++ b/doc/src/Makefile.am
@@ -8,14 +8,14 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.2 2006/04/08 16:35:03 alex Exp $
+# $Id: Makefile.am,v 1.3 2006/12/28 14:04:28 alex Exp $
 #
 
 maintainer-clean-local:
 	rm -f Makefile Makefile.in
 
 distclean-local:
-	rm -f html
+	rm -rf html
 
 srcdoc:
 	@doxygen --version >/dev/null 2>&1 \