From a67482a15852f66bec73edb6f9237da61bdf8211 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 29 Nov 2006 00:53:37 +0000 Subject: Remove use of m4; use "Chocolate Doom" when referring to the program by its proper name. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 762 --- man/Makefile.am | 4 ++-- man/foot | 2 +- man/head | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'man') 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 >> $@ diff --git a/man/foot b/man/foot index cdd5b79e..bed6ee78 100644 --- a/man/foot +++ b/man/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 . .SH COPYRIGHT diff --git a/man/head b/man/head index 11aac8e0..ca3888a9 100644 --- a/man/head +++ b/man/head @@ -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 -- cgit v1.2.3