distclean: remove "html" folder.

This commit is contained in:
Alexander Barton 2006-12-28 14:04:28 +00:00
parent 95b7dbcc18
commit 40199e0b56
1 changed files with 2 additions and 2 deletions

View 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 \