]> git.pond.sub.org Git - empserver/commitdiff
(info.ps): New. Adapt TROFF.MAC. Result isn't exactly a readable
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 16 Jun 2006 20:51:40 +0000 (20:51 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 16 Jun 2006 20:51:40 +0000 (20:51 +0000)
book.

Make.mk
info/TROFF.MAC

diff --git a/Make.mk b/Make.mk
index 01bb64db33a6f7563e90cd0986092e07b0b82c54..448de8678d8c768ca5ee9b97427be17c10fe2d87 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -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)))
index baa5b23d124990ad0216d354b8fffcb62dc00ba2..56b279d7f22b29192d004b3c63c374dec11a11b2 100644 (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