diff options
author | Simon Howard | 2007-12-30 04:51:56 +0000 |
---|---|---|
committer | Simon Howard | 2007-12-30 04:51:56 +0000 |
commit | f5040263b6a50961e12e64aa2e19fde049dd48c2 (patch) | |
tree | cb0b95c94463a87176a3cecbee663eb6cb0f238f /man/docgen | |
parent | 2b733d6a90586187c7b7fe0bc184af182620c2d8 (diff) | |
download | chocolate-doom-f5040263b6a50961e12e64aa2e19fde049dd48c2.tar.gz chocolate-doom-f5040263b6a50961e12e64aa2e19fde049dd48c2.tar.bz2 chocolate-doom-f5040263b6a50961e12e64aa2e19fde049dd48c2.zip |
Add environment variable section to manpage.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 996
Diffstat (limited to 'man/docgen')
-rwxr-xr-x | man/docgen | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ def manpage_output(dir): if c != None: print categories[c].manpage_output() + print_file_contents("environment") print_file_contents("footer") def wiki_output(dir): |