Changeset 4789
- Timestamp:
- Nov 5, 2007, 3:31:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/update_anuga_user_manual.py
r4788 r4789 69 69 print line.strip() 70 70 71 #print 'Major revision', major_revision72 #print 'build', get_revision_number()73 74 75 71 for texfile in texfiles: 76 72 print 'Processing %s' %texfile … … 93 89 print 'Skipping html version for %s as requested' %texfile 94 90 95 96 91 # Clean-up 97 92 system('/bin/rm version.tex') 93 system('svn update') # Restore version file 94 95 96 # Print 97 print 'Did user manual' 98 print ' Major revision', major_revision 99 print ' Build', get_revision_number() 100 101 102
Note: See TracChangeset
for help on using the changeset viewer.