Author: reinhard Date: 2010-05-27 09:13:46 -0500 (Thu, 27 May 2010) New Revision: 10189
Modified: trunk/gnue-appserver/ trunk/gnue-appserver/setup.py Log: Don't build technote index in setup.py, this is done in a separate script. Property changes on: trunk/gnue-appserver ___________________________________________________________________ Name: bzr:revision-info - timestamp: 2010-05-27 16:10:18.536999941 +0200 committer: Reinhard Müller <[email protected]> properties: branch-nick: appserver + timestamp: 2010-05-27 16:11:54.473999977 +0200 committer: Reinhard Müller <[email protected]> properties: branch-nick: appserver Name: bzr:file-ids - src/data.py 5...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-appserver:src%2Fdata.py + setup.py 2...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-appserver:setup.py Name: bzr:revision-id:v4 - 1201 [email protected] 1202 [email protected] + 1201 [email protected] 1202 [email protected] 1203 [email protected] Name: bzr:text-parents - src/data.py svn-v3-single1-dHJ1bmsvZ251ZS1hcHBzZXJ2ZXI.:3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-appserver:9953 + setup.py [email protected] Modified: trunk/gnue-appserver/setup.py =================================================================== --- trunk/gnue-appserver/setup.py 2010-05-27 14:13:42 UTC (rev 10188) +++ trunk/gnue-appserver/setup.py 2010-05-27 14:13:46 UTC (rev 10189) @@ -127,11 +127,6 @@ if os.system ("cd doc/devguide && make devguide.txt") != 0: sys.exit (1) - if action == 'sdist': - print "building documentation: doc/technotes" - if os.system ("cd doc/technotes && make") != 0: - sys.exit (1) - # --------------------------------------------------------------------------- # Check dependencies for installation: # Should sys.exit(1) in case any requirement isn't met. _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
