diff options
author | Simon Howard | 2006-08-31 18:15:16 +0000 |
---|---|---|
committer | Simon Howard | 2006-08-31 18:15:16 +0000 |
commit | 9f00f2023359b552bfe89accc977590d17bd170e (patch) | |
tree | b7a7c4c18dcf9c4777cb884b03436d8177f41a7d /man/Makefile | |
parent | d99a3697be5d13343e0accfd3b01a196b36ef20e (diff) | |
download | chocolate-doom-9f00f2023359b552bfe89accc977590d17bd170e.tar.gz chocolate-doom-9f00f2023359b552bfe89accc977590d17bd170e.tar.bz2 chocolate-doom-9f00f2023359b552bfe89accc977590d17bd170e.zip |
Add manual pages to build
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 587
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/Makefile b/man/Makefile deleted file mode 100644 index eb6ec29f..00000000 --- a/man/Makefile +++ /dev/null @@ -1,8 +0,0 @@ - -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 >> $@ |