diff options
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 |