bjori Sat Feb 3 11:56:51 2007 UTC
Modified files:
/phpdoc Makefile.in
Log:
distclean should also delete config.cache config.status missing-entities.out
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.182&r2=1.183&diff_format=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.182 phpdoc/Makefile.in:1.183
--- phpdoc/Makefile.in:1.182 Sat Feb 3 11:47:44 2007
+++ phpdoc/Makefile.in Sat Feb 3 11:56:51 2007
@@ -16,7 +16,7 @@
#
#
-# $Id: Makefile.in,v 1.182 2007/02/03 11:47:44 bjori Exp $
+# $Id: Makefile.in,v 1.183 2007/02/03 11:56:51 bjori Exp $
#
all: html
@@ -366,6 +366,7 @@
distclean: clean
for file in `find . -name "*.in"`; do rm -f `dirname $$file`/`basename
$$file .in`; done
+ rm -f config.cache config.status missing-entities.out
# }}}
# {{{ tree utils