[Python-modules-commits] r18214 - in packages/python-simpy/trunk/debian (rules)
dandrimont-guest at users.alioth.debian.org
dandrimont-guest at users.alioth.debian.org
Sat Aug 20 12:22:11 UTC 2011
Date: Saturday, August 20, 2011 @ 12:22:10
Author: dandrimont-guest
Revision: 18214
Add the OO bank examples to the doc tarball
Modified:
packages/python-simpy/trunk/debian/rules
Modified: packages/python-simpy/trunk/debian/rules
===================================================================
--- packages/python-simpy/trunk/debian/rules 2011-08-19 21:40:29 UTC (rev 18213)
+++ packages/python-simpy/trunk/debian/rules 2011-08-20 12:22:10 UTC (rev 18214)
@@ -38,4 +38,6 @@
get-orig-docs-tarball:
mkdir -p get-orig-docs-tarball
svn export https://simpy.svn.sourceforge.net/svnroot/simpy/SimPy/SphinxStuff/tags/$(VERSION)release/ get-orig-docs-tarball/SphinxStuff
+ cd get-orig-docs-tarball/SphinxStuff/Tutorials && \
+ svn export https://simpy.svn.sourceforge.net/svnroot/simpy/SimPy/SphinxInputs/Tutorials/bankprograms/bankprograms_OO/
cd get-orig-docs-tarball/SphinxStuff; tar czvf ../python-simpy_$(VERSION).orig-docs.tar.gz .
More information about the Python-modules-commits
mailing list