[rkward-cvs] SF.net SVN: rkward:[3483] trunk/rkward/scripts/makedist.sh
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Mar 20 12:57:27 UTC 2011
Revision: 3483
http://rkward.svn.sourceforge.net/rkward/?rev=3483&view=rev
Author: tfry
Date: 2011-03-20 12:57:27 +0000 (Sun, 20 Mar 2011)
Log Message:
-----------
Don't include the empty 'inst'-dir in future source releases.
Modified Paths:
--------------
trunk/rkward/scripts/makedist.sh
Modified: trunk/rkward/scripts/makedist.sh
===================================================================
--- trunk/rkward/scripts/makedist.sh 2011-03-20 12:55:33 UTC (rev 3482)
+++ trunk/rkward/scripts/makedist.sh 2011-03-20 12:57:27 UTC (rev 3483)
@@ -15,6 +15,8 @@
# update roxygen documentation just in case we forgot:
TESTSPACKAGE="${BASEDIR}/rkward/rbackend/rpackages/rkwardtests/"
/usr/bin/R CMD roxygen "${TESTSPACKAGE}" "${TESTSPACKAGE}"
+rmdir "${TESTSPACKAGE}/inst/doc"
+rmdir "${TESTSPACKAGE}/inst"
cp -a AUTHORS CMakeLists.txt COPYING ChangeLog TODO INSTALL NOTES README configure $DISTDIR
mkdir $DISTDIR/doc
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