Skip to content

Commit

Permalink
Don't distribute ChangeLog. You can download it from lxr.php.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed May 4, 2000
1 parent dc91d47 commit 61b88ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makedist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61b88ae

Please sign in to comment.