Added branch info to distdir.
authorFlorian Pose <fp@igh-essen.com>
Wed, 18 Oct 2006 13:19:21 +0000
changeset 417 a4193f7ba5b4
parent 416 4f007cd2a79d
child 418 7a43437bc48b
Added branch info to distdir.
Makefile.am
--- a/Makefile.am	Wed Oct 18 13:11:48 2006 +0000
+++ b/Makefile.am	Wed Oct 18 13:19:21 2006 +0000
@@ -43,7 +43,7 @@
 
 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 \