# # # delete "enscriptlangs.py" # # delete "old_version" # # delete "old_version/about.psp" # # delete "old_version/branch.psp" # # delete "old_version/diff.psp" # # delete "old_version/error.psp" # # delete "old_version/file.psp" # # delete "old_version/fileinbranch.psp" # # delete "old_version/headofbranch.psp" # # delete "old_version/help.psp" # # delete "old_version/index.psp" # # delete "old_version/manifest.psp" # # delete "old_version/monotone.py" # # delete "old_version/revision.psp" # # delete "old_version/tags.psp" # # delete "old_version/tarofbranch.psp" # # rename "builtpython.sh" # to "release.sh" # # patch "release.sh" # from [c1d18a362622ec209ea6818957a5778d5374de45] # to [7abdadf5fa9512c5f8cfa0ef3c7a6821ca33a992] # ============================================================ --- builtpython.sh c1d18a362622ec209ea6818957a5778d5374de45 +++ release.sh 7abdadf5fa9512c5f8cfa0ef3c7a6821ca33a992 @@ -1,16 +1,8 @@ #!/bin/sh -# generate the list of enscript formatting options -LANGS=enscriptlangs.py -echo -n 'enscript_langs = [' > "$LANGS" -for i in `enscript --help-highlight | grep Name | awk {'print $2'}`; do - echo -n "'$i', " >> "$LANGS" -done; echo ']' >> "$LANGS" - # generate the help file data AUTHORS=authors.py echo -n "authors='''" > "$AUTHORS" cat AUTHORS >> "$AUTHORS" echo "'''" >> "$AUTHORS" -