[Genabel-commits] r905 - branches/ProbABEL-pacox/v.0.1-3

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 2 08:48:53 CEST 2012


Author: lckarssen
Date: 2012-05-02 08:48:53 +0200 (Wed, 02 May 2012)
New Revision: 905

Modified:
   branches/ProbABEL-pacox/v.0.1-3/Makefile
Log:
Exclude VCS (i.e. .svn dirs) when creating the tar-ball for distribution.

Modified: branches/ProbABEL-pacox/v.0.1-3/Makefile
===================================================================
--- branches/ProbABEL-pacox/v.0.1-3/Makefile	2012-05-02 06:28:35 UTC (rev 904)
+++ branches/ProbABEL-pacox/v.0.1-3/Makefile	2012-05-02 06:48:53 UTC (rev 905)
@@ -36,7 +36,7 @@
 	rm -f $(BINDIR)/* $(SRCDIR)/*~ $(SRCDIR)/*.o $(DOCDIR)/*~ *.zip *.tar.gz
 
 linux_distrib: clean
-	cd .. ; tar -czvf ProbABEL_$(VERSION).tar.gz ProbABEL
+	cd .. ; tar --exclude-vcs -czvf ProbABEL_$(VERSION).tar.gz ProbABEL
 
 win_distrib: all
 	cd .. ; zip -r9 ProbABEL_$(VERSION)_win.zip ProbABEL



More information about the Genabel-commits mailing list