add title page (with toc) for PRM
[unix-history] / usr / src / share / man / man0 / Makefile
#
# Copyright (c) 1986 Regents of the University of California.
# All rights reserved. The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
# @(#)Makefile 6.2 (Berkeley) %G%
#
TOCS= toc1 toc2 toc3 toc3f toc4 toc5 toc6 toc7 toc8 \
tocx1 tocx2 tocx3 tocx3f tocx4 tocx5 tocx6 tocx7 tocx8
MACROS= -msU
PRINTER=Pdp
TROFF= ditroff -${PRINTER}
all: title.urm.${PRINTER} preface.${PRINTER} intro.${PRINTER} \
toc.${PRINTER} ptx.${PRINTER} title.prm.${PRINTER}
lpr -${PRINTER} -n title.urm.${PRINTER}
lpr -${PRINTER} -n preface.${PRINTER}
lpr -${PRINTER} -n intro.${PRINTER}
lpr -${PRINTER} -n toc.${PRINTER}
lpr -${PRINTER} -n ptx.${PRINTER}
lpr -${PRINTER} -n title.prm.${PRINTER}
title.urm.${PRINTER}: title.urm
${TROFF} -t title.urm >title.urm.${PRINTER}
preface.${PRINTER}: preface.ms
${TROFF} ${MACROS} -t preface.ms >preface.${PRINTER}
intro.${PRINTER}: intro.ms
${TROFF} ${MACROS} -t intro.ms >intro.${PRINTER}
toc.${PRINTER}: toc.in ptxx
${TROFF} -t toc.in >toc.${PRINTER}
ptx.${PRINTER}: ptx.in ptxx
${TROFF} -t ptx.in >ptx.${PRINTER}
title.prm.${PRINTER}: title.prm ptxx
${TROFF} -t title.prm >title.prm.${PRINTER}
ptxx:
tocrc all
tocrc t
clean:
rm -f title.urm.[PT]* preface.[PT]* intro.[PT]* toc.[PT]* ptx.[PT]* \
title.prm.[PT]* ${TOCS} ptxx *.spell errs Errs make.out