(info.ps): New. Adapt TROFF.MAC. Result isn't exactly a readable

book.
This commit is contained in:
Markus Armbruster 2006-06-16 20:51:40 +00:00
parent 8861333689
commit 9067d7a453
2 changed files with 7 additions and 1 deletions

View file

@ -292,6 +292,11 @@ $(info.nr): info/CRT.MAC info/INFO.MAC info/Blank.awk
$(subjects.html) info.html/TOP.html: info/subj2html.pl
$(topics.html): info/emp2html.pl
info.ps: info/TROFF.MAC info/INFO.MAC $(ttop) $(tsubj) $(tsrc)
groff $^ >$@
# List of source files
ifeq ($(cvs_controlled),yes)
# Find files and directories under CVS control
sources.mk: $(scripts)/cvsfiles.awk $(addprefix $(srcdir)/, $(addsuffix CVS/Entries, $(dirs)))

View file

@ -36,4 +36,5 @@
.lt 5i \" Title length
.po 0.9i \" Page offset
.ev
.so INFO.MAC \" Read in INFO.MAC macros
\" .so INFO.MAC \" Read in INFO.MAC macros
\" except that's done by make now