Skip to content
Snippets Groups Projects
Commit 63f7f0ad authored by Florian Pose's avatar Florian Pose
Browse files

Auto-generate ChangeLog with mydist target.

parent b9473c10
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -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}
......
......@@ -6,5 +6,6 @@ set -x
mkdir -p autoconf
aclocal -I autoconf
autoheader
touch ChangeLog
automake --add-missing --copy
autoconf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment