]> granicus.if.org Git - php/commitdiff
Don't distribute ChangeLog. You can download it from lxr.php.net
authorSascha Schumann <sas@php.net>
Thu, 4 May 2000 17:49:10 +0000 (17:49 +0000)
committerSascha Schumann <sas@php.net>
Thu, 4 May 2000 17:49:10 +0000 (17:49 +0000)
makedist

index 0ae3ce9401c87c7d028eb786dfe82cc36524737f..93d10a88cfde8ffcc1f7ca0f5cc20a337a022fe4 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -99,6 +99,9 @@ echo ""
 # remove CVS stuff...
 find . \( \( -name CVS -type d \) -o -name .cvsignore \) -exec rm -rf {} \;
 
+# The full ChangeLog is available seperately from lxr.php.net
+rm ChangeLog
+
 # hide away our own versions of libtool-generated files
 for i in $LT_TARGETS; do
   if test -f "$i"; then