[axel-commits] r58 - /trunk/Makefile

phihag-guest at users.alioth.debian.org phihag-guest at users.alioth.debian.org
Tue Oct 14 13:16:13 UTC 2008


Author: phihag-guest
Date: Tue Oct 14 13:16:13 2008
New Revision: 58

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=58
Log:
Yet another regression (Sorry!): Include all files that should be present in a tar (ROADMAP left out intentionally)

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.debian.org/wsvn/axel/trunk/Makefile?rev=58&op=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Oct 14 13:16:13 2008
@@ -65,7 +65,7 @@
 
 tar:
 	version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \
-	tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po configure Makefile axel.1 gui CHANGES COPYING CREDITS README && \
+	tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po configure Makefile axel.1 axelrc.example axel.spec gui API CHANGES COPYING CREDITS README && \
 	gzip --best < "axel-$${version}.tar" > "axel-$${version}.tar.gz" && \
 	bzip2 --best < "axel-$${version}.tar" > "axel-$${version}.tar.bz2"
 




More information about the axel-commits mailing list