Added branch info to distdir.

This commit is contained in:
Florian Pose 2006-10-18 13:19:21 +00:00
parent 5d90e96f72
commit 6ba1713c36
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ EXTRA_DIST = documentation/ethercat_doc.pdf
mydist:
@SVNREV=`svnversion $(srcdir)` && \
$(MAKE) dist-bzip2 distdir=$(PACKAGE)-$(VERSION)-r$${SVNREV}
$(MAKE) dist-bzip2 distdir=$(PACKAGE)-$(VERSION)-trunk-r$${SVNREV}
dist-hook:
if which svnversion >/dev/null 2>&1; then \