Home | History | Annotate | Download | only in notes

Lines Matching refs:toc

24 TOCS=	${TARG}.PostScript.toc ${TARG}.ASCII.toc ${TARG}.HTML.toc \
25 ${TARG}.more.toc
89 TOC.ps= ${TOCS:M*.PostScript.*}
90 TOC.txt= ${TOCS:M*.ASCII.*}
91 TOC.html= ${TOCS:M*.HTML.*}
92 TOC.more= ${TOCS:M*.more.*}
97 ${TARG}.ps: ${SRCS} ${TOC.ps} ${DISTRIBVERDEP}
105 ${TARG}.txt: ${SRCS} ${TOC.txt} ${DISTRIBVERDEP}
108 ${TARG}.html: ${SRCS} ${TOC.html} ${DISTRIBVERDEP}
111 ${TARG}.more: ${SRCS} ${TOC.more} ${DISTRIBVERDEP}
115 # Rules to build the table of contents (.toc) files. For the
117 # space taken by the TOC itself. Other versions are not paginated.
119 ${TARG}.PostScript.toc: ${SRCS}
125 ${TARG}.ASCII.toc: ${SRCS}
129 ${TARG}.HTML.toc: ${SRCS}
133 ${TARG}.more.toc: ${SRCS}
144 ${TOCS:S/.toc$/.toc.tmp/g}