pkgsrc/doc/guide/files/Makefile
rillig e300a151d9 Added part III, which is about the pkgsrc infrastructure. It currently
contains the chapter about porting pkgsrc to new platforms (formerly in
part II) and a new chapter on regression tests.
2006-05-10 20:56:00 +00:00

50 lines
888 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/05/10 20:56:00 rillig Exp $
WEB_PREFIX?= ${.CURDIR}/../htdocs
DOC= pkgsrc
SRCS= pkgsrc.xml
SRCS+= binary.xml
SRCS+= build.xml
SRCS+= buildlink.xml
SRCS+= components.xml
SRCS+= configuring.xml
SRCS+= debug.xml
SRCS+= devfaq.xml
SRCS+= editing.xml
SRCS+= examples.xml
SRCS+= faq.xml
SRCS+= fixes.xml
SRCS+= ftp-layout.xml
SRCS+= getting.xml
SRCS+= introduction.xml
SRCS+= logs.xml
SRCS+= makefile.xml
SRCS+= options.xml
SRCS+= pkginstall.xml
SRCS+= platforms.xml
SRCS+= plist.xml
SRCS+= porting.xml
SRCS+= regression.xml
SRCS+= submit.xml
SRCS+= tools.xml
SRCS+= using.xml
# entities
SRCS+= chapters.ent
# Make deeper TOC:
XSL_DBX_WITH_TOC_SECTION_DEPTH?= 2
all: # doing this as depends doesn't work
-${MAKE} html-split
-${MAKE} html
-${MAKE} ascii
-${MAKE} pdf
netbsd.pdf: pdf
netbsd.txt: ascii
.include "${WEB_PREFIX}/share/mk/doc.docbook.mk"