add makedefs options for producing individual files

This may be useful for some build environments to avoid parallel make
issues, and artificially-concocted order dependencies, leaving the ordering
up to that specified in the Makefile.

The related makedefs options are now:

       ‐s     Generate the bogusmon , engrave and epitaph files.

       ‐1     Generate the epitaph file.

       ‐2     Generate the engrave file.

       ‐3     Generate the bogusmon file.

Also resolves an existing issue encountered in doc/makedefs.6 where "and epitaphfiles"
was being produced in the result.
This commit is contained in:
nhmall
2024-05-13 08:45:11 -04:00
parent 97916007ef
commit 29bf3646e0
3 changed files with 80 additions and 34 deletions

View File

@@ -103,14 +103,14 @@ rumors: rumors.tru rumors.fal ../util/makedefs
oracles: oracles.txt ../util/makedefs
../util/makedefs -h
engrave: engrave.txt ../util/makedefs
../util/makedefs -s
engrave: ../util/makedefs
../util/makedefs -2
epitaph: epitaph.txt ../util/makedefs
../util/makedefs -s
epitaph: ../util/makedefs
../util/makedefs -1
bogusmon: bogusmon.txt ../util/makedefs
../util/makedefs -s
bogusmon: ../util/makedefs
../util/makedefs -3
options: ../util/makedefs
../util/makedefs -v