XCOMM troffcvt miscellaneous stuff Makefile

XCOMM make sure "all" is default target

all::

XCOMM any special -D's or other flags for compiling
 DEFINES =

XCOMM any special -I's for compiling
INCLUDES =

XCOMM Build an HTML file listing &#nnn; codes

ScriptFromMsubTemplate($(PERLPATH),list-html-codes,list-html-codes.pl,NullArg)
FakeInstallFile(list-html-codes)

XCOMM Read actions file and generate troff-able list of special characters

ScriptFromMsubTemplate($(PERL5PATH),list-specials,list-specials.pl,NullArg)
FakeInstallFile(list-specials)

XCOMM Check postprocessor special-char list for missing entries

ScriptFromMsubTemplate($(PERL5PATH),chk-specials,chk-specials.pl,NullArg)
FakeInstallFile(chk-specials)
