BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 17 Nov 1986 03:19:09 +0000 (19:19 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 17 Nov 1986 03:19:09 +0000 (19:19 -0800)
Work on file usr/src/new/X/doc/Xlib/Makefile

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/new/X/doc/Xlib/Makefile [new file with mode: 0644]

diff --git a/usr/src/new/X/doc/Xlib/Makefile b/usr/src/new/X/doc/Xlib/Makefile
new file mode 100644 (file)
index 0000000..3dcc386
--- /dev/null
@@ -0,0 +1,43 @@
+# Copyright 1985, Massachusetts Institute of Technology
+# Makefile for the Xlib document.
+
+TROFF= ditroff -Tpsc
+PRINTER= lpr -n -Pln03-bldge40-4
+FILES= macros.t\
+       abstract.t\
+       ch01a.t\
+       ch02a.t\
+       ch03a.t ch03b.t\
+       ch04a.t\
+       ch05a.t ch05b.t ch05c.t\
+       ch06a.t ch06b.t ch06c.t ch06d.t ch06e.t\
+       ch07a.t\
+       ch08a.t\
+       ch09a.t\
+       ch10a.t\
+       ch11a.t ch11b.t ch11c.t\
+       ch12a.t ch12b.t ch12c.t ch12d.t ch12e.t\
+       ch13a.t\
+       credits.t\
+       appendix
+
+all: paper
+
+paper: $(FILES)
+       eqn ${FILES} | tbl |${TROFF} -ms 2> index.raw | ${PRINTER}
+
+preview:$(FILES)
+       neqn ${FILES} | tbl | nroff -ms 2> index.nraw | colcrt
+
+index.raw:
+       eqn ${FILES} | tbl | ${TROFF} -ms -t > /dev/null 2> index.raw|\
+       ${PRINTER}
+
+index: index.raw
+       sort +1 +0n -1n index.raw | awk -f fixindex.awk\
+               | awk -f block.awk > index.troff
+       cat indexmacros.t index.troff | ${TROFF} -me | ${PRINTER}
+       rm -f index.troff
+
+clean:
+       rm -f *~ \#* *.bak errs index.traw index.nraw