summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-04 17:49:10 +0000
committerSascha Schumann <sas@php.net>2000-05-04 17:49:10 +0000
commit61b88ae8edcfd0aaa7ebef1b2c83702184cf3681 (patch)
treebcc8bff315c935ac106d1dde6ea127982d57a7c5 /makedist
parentdc91d47014cedc08ff233aceae9b5d7eee3b5cfd (diff)
downloadphp-git-61b88ae8edcfd0aaa7ebef1b2c83702184cf3681.tar.gz
Don't distribute ChangeLog. You can download it from lxr.php.net
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedist b/makedist
index 0ae3ce9401..93d10a88cf 100755
--- 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