diff options
author | rws <empty> | 1994-02-10 17:46:40 +0000 |
---|---|---|
committer | rws <empty> | 1994-02-10 17:46:40 +0000 |
commit | 2bb3cbb8a3de06d614f0b0b439500d239667185e (patch) | |
tree | 7e36ee827519043640a1438e8db72dd48e321f8d /xc/doc/specs/PEX5 | |
parent | 34cb5ca325065d21b4709550a192f82519257fbb (diff) |
simplify
Diffstat (limited to 'xc/doc/specs/PEX5')
-rw-r--r-- | xc/doc/specs/PEX5/PEXlib/Imakefile | 34 |
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) |