[rkward-cvs] SF.net SVN: rkward:[3116] trunk/rkward/scripts/makedist.sh
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Oct 7 16:46:53 UTC 2010
Revision: 3116
http://rkward.svn.sourceforge.net/rkward/?rev=3116&view=rev
Author: tfry
Date: 2010-10-07 16:46:53 +0000 (Thu, 07 Oct 2010)
Log Message:
-----------
Update roxygen documentation during makedist.sh
Modified Paths:
--------------
trunk/rkward/scripts/makedist.sh
Modified: trunk/rkward/scripts/makedist.sh
===================================================================
--- trunk/rkward/scripts/makedist.sh 2010-10-07 16:00:22 UTC (rev 3115)
+++ trunk/rkward/scripts/makedist.sh 2010-10-07 16:46:53 UTC (rev 3116)
@@ -12,6 +12,10 @@
$BASEDIR/scripts/set_dist_version.sh $VERSION
+# update roxygen documentation just in case we forgot:
+TESTSPACKAGE="${BASEDIR}/rkward/rbackend/rpackages/rkwardtests/"
+/usr/bin/R CMD roxygen "${TESTSPACKAGE}" "${TESTSPACKAGE}"
+
cp -a AUTHORS CMakeLists.txt COPYING ChangeLog TODO INSTALL NOTES README configure $DISTDIR
mkdir $DISTDIR/doc
mkdir $DISTDIR/po
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