[rkward-cvs] SF.net SVN: rkward:[4342] trunk/rkward/scripts
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Oct 2 08:29:29 UTC 2012
Revision: 4342
http://rkward.svn.sourceforge.net/rkward/?rev=4342&view=rev
Author: tfry
Date: 2012-10-02 08:29:29 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
VERSION.cmake must be included in the source tarball
Modified Paths:
--------------
trunk/rkward/scripts/makedist.sh
trunk/rkward/scripts/makeppa_upload.sh
Modified: trunk/rkward/scripts/makedist.sh
===================================================================
--- trunk/rkward/scripts/makedist.sh 2012-10-01 10:21:26 UTC (rev 4341)
+++ trunk/rkward/scripts/makedist.sh 2012-10-02 08:29:29 UTC (rev 4342)
@@ -15,7 +15,7 @@
# update roxygen documentation just in case we forgot:
$BASEDIR/scripts/roxygenize.sh
-cp -a AUTHORS CMakeLists.txt COPYING ChangeLog TODO INSTALL NOTES README configure $DISTDIR
+cp -a AUTHORS CMakeLists.txt COPYING ChangeLog TODO INSTALL NOTES README configure VERSION.cmake $DISTDIR
mkdir $DISTDIR/doc
mkdir $DISTDIR/po
mkdir $DISTDIR/rkward
Modified: trunk/rkward/scripts/makeppa_upload.sh
===================================================================
--- trunk/rkward/scripts/makeppa_upload.sh 2012-10-01 10:21:26 UTC (rev 4341)
+++ trunk/rkward/scripts/makeppa_upload.sh 2012-10-02 08:29:29 UTC (rev 4342)
@@ -1,7 +1,7 @@
#!/bin/bash
## begin: These may need adjusting!
-TARGETS="oneiric natty maverick lucid"
+TARGETS="quantal precise oneiric natty lucid"
AUTHOR="Thomas Friedrichsmeier <tfry at users.sourceforge.net>"
## end: These may need adjusting!
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list