Home | History | Annotate | Line # | Download | only in 05.sysman
Makefile revision 1.7.54.1
      1  1.7.54.1      yamt #	$NetBSD: Makefile,v 1.7.54.1 2014/05/22 11:37:45 yamt Exp $
      2       1.3     perry #
      3       1.2  christos #	@(#)Makefile	8.2 (Berkeley) 6/1/94
      4       1.1       cgd 
      5       1.1       cgd DIR=	psd/05.sysman
      6       1.1       cgd SRCS=	0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
      7       1.1       cgd 	2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
      8       1.1       cgd MACROS=	-ms
      9  1.7.54.1      yamt CLEANFILES+=facilities contents pagelog
     10       1.1       cgd 
     11  1.7.54.1      yamt paper.ps: ${SRCS} facilities contents
     12  1.7.54.1      yamt 	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC:M*.t} | ${TOOL_TBL} | \
     13       1.7     lukem 	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
     14       1.1       cgd 
     15  1.7.54.1      yamt facilities: ${SRCS}
     16  1.7.54.1      yamt 	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\
     17  1.7.54.1      yamt 	    ${TOOL_SED} -n -e '/^\.Fd/p;/^\.Sh/p' |\
     18  1.7.54.1      yamt 	    ${TOOL_SED} -e 's/^\.Fd/.Nm/;s/^\.Sh /.L/' > ${.TARGET}
     19  1.7.54.1      yamt 
     20  1.7.54.1      yamt contents: ${SRCS}
     21  1.7.54.1      yamt 	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\
     22  1.7.54.1      yamt 	    ${TOOL_SED} -n -e '/^\.Sh/p' |\
     23  1.7.54.1      yamt 	    ${TOOL_SED} -e 's/^\.Sh /.L/;s/$$/"/' > ${.TARGET}
     24  1.7.54.1      yamt 
     25       1.1       cgd .include <bsd.doc.mk>
     26