]> arthur.barton.de Git - ngircd-alex.git/commitdiff
distclean: remove "html" folder.
authorAlexander Barton <alex@barton.de>
Thu, 28 Dec 2006 14:04:28 +0000 (14:04 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 28 Dec 2006 14:04:28 +0000 (14:04 +0000)
doc/src/Makefile.am

index 40a0c09d239db29a150c3e3f5ae84d72605097c7..8ff2723be7ecf860b12a17ef98ccc67f16046d38 100644 (file)
@@ -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 \