diff options
author | wlemb <wlemb> | 2003-10-22 13:57:18 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2003-10-22 13:57:18 +0000 |
commit | 0d9c97fbaff9fbf2ea216951b9608ad5e8859c18 (patch) | |
tree | 0d4120276a6898fbcc3ba5b14d23caec0e229248 /contrib/mom/Makefile.sub | |
parent | 7bb589f208378e994f34b44c6a27a020635e14fb (diff) | |
download | groff-0d9c97fbaff9fbf2ea216951b9608ad5e8859c18.tar.gz |
o Changed \n[#DRAFT] and \n[#REVISION] to strings \*[$DRAFT] and
\*[$REVISION], allowing for the possibility of blank entries that
don't mess up headers/footers with zeros if user doesn't want any
numbers.
o Extended handling of draft and revision numbers and strings in
headers/footers for increased flexibility. It's possible now to
have just about any combo of DRAFT_STRING, DRAFT, REVISION_STRING
and REVISION, and have them come out in headers/footers as one
intuitively expects/wants.
Diffstat (limited to 'contrib/mom/Makefile.sub')
-rw-r--r-- | contrib/mom/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/mom/Makefile.sub b/contrib/mom/Makefile.sub index ffe771ea..88c0cac8 100644 --- a/contrib/mom/Makefile.sub +++ b/contrib/mom/Makefile.sub @@ -67,6 +67,7 @@ EXAMPLEFILES=\ examples/typewrite.mom \ examples/README.mom \ examples/elvis_syntax \ + examples/elvis_syntax.new \ examples/penguin.ps PROCESSEDEXAMPLEFILES=\ |