betz Sat Feb 1 10:39:26 2003 EDT
Modified files:
/phpdoc Makefile.in
Log:
exclude pdf-files from build process
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.123 phpdoc/Makefile.in:1.124
--- phpdoc/Makefile.in:1.123 Sat Aug 3 12:11:16 2002
+++ phpdoc/Makefile.in Sat Feb 1 10:39:25 2003
@@ -13,7 +13,7 @@
#
#
-# $Id: Makefile.in,v 1.123 2002/08/03 16:11:16 goba Exp $
+# $Id: Makefile.in,v 1.124 2003/02/01 15:39:25 betz Exp $
#
all: html
@@ -119,7 +119,8 @@
fi
mirror-files: $(MIRROR_TARGETS)
-extra-mirror-files: $(PDF_FILES) isilo
+#extra-mirror-files: $(PDF_FILES) isilo
+extra-mirror-files: isilo
snapshot: manual-snapshot.tar.gz
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php