summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
authorSimon Howard2006-01-30 08:12:49 +0000
committerSimon Howard2006-01-30 08:12:49 +0000
commitfd40e07993f83ecb222246d3137949b067c30fce (patch)
treeddc881e344cfcf9f7fe4f7dc40b043fb7db328f7 /man/Makefile
parent040434b0ca09f25e270eca6433e648264888a1bf (diff)
downloadchocolate-doom-fd40e07993f83ecb222246d3137949b067c30fce.tar.gz
chocolate-doom-fd40e07993f83ecb222246d3137949b067c30fce.tar.bz2
chocolate-doom-fd40e07993f83ecb222246d3137949b067c30fce.zip
Add manpage
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 360
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile8
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 >> $@