summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am4
1 files changed, 2 insertions, 2 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 >> $@