Auto-generate ChangeLog with mydist target.

This commit is contained in:
Florian Pose
2007-02-09 11:48:35 +00:00
parent 54dce10158
commit 2a434952c1
3 changed files with 2 additions and 2839 deletions

2839
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@@ -54,6 +54,7 @@ clean-local:
@rm -f Modules.symvers
mydist:
svn2cl $(srcdir)
@SVNREV=`svnversion $(srcdir)` && \
$(MAKE) dist-bzip2 \
distdir=$(PACKAGE)-$(VERSION)-$(BRANCH)-r$${SVNREV}

View File

@@ -6,5 +6,6 @@ set -x
mkdir -p autoconf
aclocal -I autoconf
autoheader
touch ChangeLog
automake --add-missing --copy
autoconf