Home | History | Annotate | Line # | Download | only in 05.sysman
      1  1.10  dholland #	$NetBSD: Makefile,v 1.10 2014/07/05 19:22:42 dholland Exp $
      2   1.3     perry #
      3   1.2  christos #	@(#)Makefile	8.2 (Berkeley) 6/1/94
      4   1.1       cgd 
      5  1.10  dholland SECTION=reference/ref3
      6   1.9  dholland ARTICLE=sysman
      7   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 \
      8   1.1       cgd 	2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
      9   1.9  dholland DEPSRCS=facilities contents
     10   1.1       cgd MACROS=	-ms
     11   1.9  dholland ROFF_TBL=yes
     12   1.8  dholland CLEANFILES+=facilities contents pagelog
     13   1.9  dholland EXTRAHTMLFILES=\
     14   1.9  dholland 	sysman1.png sysman2.png sysman3.png sysman4.png sysman5.png \
     15   1.9  dholland 	sysman6.png sysman7.png sysman8.png sysman9.png sysman10.png \
     16   1.9  dholland 	sysman11.png sysman12.png sysman13.png sysman14.png sysman15.png \
     17   1.9  dholland 	sysman16.png sysman17.png sysman18.png sysman19.png sysman20.png \
     18   1.9  dholland 	sysman21.png sysman22.png sysman23.png sysman24.png sysman25.png \
     19   1.9  dholland 	sysman26.png sysman27.png sysman28.png sysman29.png sysman30.png \
     20   1.9  dholland 	sysman31.png sysman32.png sysman33.png
     21   1.1       cgd 
     22   1.9  dholland .include <bsd.doc.mk>
     23   1.1       cgd 
     24   1.8  dholland facilities: ${SRCS}
     25   1.8  dholland 	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\
     26   1.8  dholland 	    ${TOOL_SED} -n -e '/^\.Fd/p;/^\.Sh/p' |\
     27   1.8  dholland 	    ${TOOL_SED} -e 's/^\.Fd/.Nm/;s/^\.Sh /.L/' > ${.TARGET}
     28   1.8  dholland 
     29   1.8  dholland contents: ${SRCS}
     30   1.8  dholland 	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\
     31   1.8  dholland 	    ${TOOL_SED} -n -e '/^\.Sh/p' |\
     32   1.8  dholland 	    ${TOOL_SED} -e 's/^\.Sh /.L/;s/$$/"/' > ${.TARGET}
     33