hholzgra                Mon Jan  7 17:52:38 2002 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  this is shorter and more reliable (and we never have to add any files :)
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.88 phpdoc/Makefile.in:1.89
--- phpdoc/Makefile.in:1.88     Mon Jan  7 17:32:19 2002
+++ phpdoc/Makefile.in  Mon Jan  7 17:52:38 2002
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.88 2002/01/07 22:32:19 hholzgra Exp $
+# $Id: Makefile.in,v 1.89 2002/01/07 22:52:38 hholzgra Exp $
 #
 
 
@@ -248,6 +248,4 @@
        rm -f status.txt missing.txt
 
 distclean: clean
-       rm -f Makefile manual.xml dsssl/html.dsl dsssl/print.dsl \
-             dsssl/howto.dsl dsssl/quickref.dsl dsssl/common.dsl \
-             dsssl/html-locale.dsl dsssl/phpweb.dsl entities/version.ent
+       for file in `find . -name "*.in"`; do rm `dirname $$file`/`basename $$file 
+.in`; done


Reply via email to