summaryrefslogtreecommitdiff
path: root/xc/doc/specs/PEX5
diff options
context:
space:
mode:
authorrws <empty>1994-02-10 17:46:40 +0000
committerrws <empty>1994-02-10 17:46:40 +0000
commit2bb3cbb8a3de06d614f0b0b439500d239667185e (patch)
tree7e36ee827519043640a1438e8db72dd48e321f8d /xc/doc/specs/PEX5
parent34cb5ca325065d21b4709550a192f82519257fbb (diff)
simplify
Diffstat (limited to 'xc/doc/specs/PEX5')
-rw-r--r--xc/doc/specs/PEX5/PEXlib/Imakefile34
1 files changed, 13 insertions, 21 deletions
diff --git a/xc/doc/specs/PEX5/PEXlib/Imakefile b/xc/doc/specs/PEX5/PEXlib/Imakefile
index ad1f18135..bf482dfeb 100644
--- a/xc/doc/specs/PEX5/PEXlib/Imakefile
+++ b/xc/doc/specs/PEX5/PEXlib/Imakefile
@@ -1,25 +1,17 @@
-SRCS = pexlibmac.t \
- cover \
- credits \
- chapter01 \
- chapter02.[1234]\
- chapter0[3456789]\
- chapter1[0123456]\
- appendix\
- postproc
-
-ISRCS = pexlibndxmac.t
+XCOMM $XConsortium$
-all: PEXlib.PS PEXlib.ndx.PS
+XDOCMACROS = pexlibmac.t
+XIDXMACROS = pexlibndxmac.t
-PEXlib.PS:
- $(TBL) $(SRCS) | $(EQN) | $(TROFF) $(MSMACROS) 2> index.raw > PEXlib.PS
+SRCS = cover \
+ credits \
+ chapter01 \
+ chapter02.[1234] \
+ chapter0[3456789] \
+ chapter1[0123456] \
+ appendix \
+ postproc
-PEXlib.ndx.PS:
- tail -1 index.raw > index.pageno
- grep -v '^.pn ' index.raw | sort -f -t: +1 -3 +0n -1n | awk -f fixindex.awk | awk -f block.awk > index.troff
- cat $(ISRCS) index.troff | $(TROFF) -me > PEXlib.ndx.PS
- $(RM) index.troff index.pageno
+MakeEqnDoc(PEXlib,$(SRCS))
-clean::
- $(RM) index.raw index.troff index.pageno PEXlib.PS PEXlib.ndx.PS
+MakeDocIndex(PEXlib,NullParameter)