diff options
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile new file mode 100644 index 00000000..eb6ec29f --- /dev/null +++ b/man/Makefile @@ -0,0 +1,8 @@ + +chocolate-doom.6: chocolate-doom-options.in head foot Makefile doom-options.in + 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 >> $@ + awk -F"\t" '{print ".TP\n\\fB"$$1"\\fR"; $$1=""; print }' < chocolate-doom-options.in >>$@ + m4 -DAUTHORS="`cat ../AUTHORS`" foot >> $@ |