diff options
author | Simon Howard | 2006-11-29 00:53:37 +0000 |
---|---|---|
committer | Simon Howard | 2006-11-29 00:53:37 +0000 |
commit | a67482a15852f66bec73edb6f9237da61bdf8211 (patch) | |
tree | 33258db3fa2e7999e0e58ee6ac02eda6a4b095fb /man | |
parent | f29cec15b145453a6e6e60289c3faa0cea56b0b9 (diff) | |
download | chocolate-doom-a67482a15852f66bec73edb6f9237da61bdf8211.tar.gz chocolate-doom-a67482a15852f66bec73edb6f9237da61bdf8211.tar.bz2 chocolate-doom-a67482a15852f66bec73edb6f9237da61bdf8211.zip |
Remove use of m4; use "Chocolate Doom" when referring to the program by
its proper name.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 762
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 4 | ||||
-rw-r--r-- | man/foot | 2 | ||||
-rw-r--r-- | man/head | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 6a0c5965..4d5f407c 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -9,6 +9,6 @@ chocolate-doom.6: $(MANPAGE_GEN_FILES) cp head $@ echo .SH DOOM OPTIONS >> $@ awk -F"\t" '{print ".TP\n\\fB"$$1"\\fR"; $$1=""; print }' < doom-options.in >>$@ - echo .SH CHOCOLATE\\-DOOM OPTIONS >> $@ + echo .SH CHOCOLATE DOOM OPTIONS >> $@ awk -F"\t" '{print ".TP\n\\fB"$$1"\\fR"; $$1=""; print }' < chocolate-doom-options.in >>$@ - m4 -DAUTHORS="`cat ../AUTHORS`" foot >> $@ + sed "s/AUTHORS/`cat ../AUTHORS`/" < foot >> $@ @@ -1,6 +1,6 @@ .\" this section from foot .SH AUTHOR -chocolate\-doom is written and maintained by +Chocolate Doom is written and maintained by AUTHORS. The manpage was written by Jon Dowland <jon@alcopop.org>. .SH COPYRIGHT @@ -8,7 +8,7 @@ chocolate\-doom \- historically compatible doom engine [\fICHOCOLATE\-DOOM OPTIONS\fR] .SH DESCRIPTION .PP -chocolate\-doom is a modern doom engine designed to behave +Chocolate Doom is a modern doom engine designed to behave as similar to the original doom game as is possible. .br Command-line arguments are divided up into \fBDOOM |