doc/en_US.ISO8859-1/slides/freebsd-general/Makefile
Murray Stokely ec971e29ad Add an example presentation that makes use of the common content in
../common to generate 13 slides about FreeBSD.
2004-09-07 12:26:53 +00:00

24 lines
542 B
Makefile

#
# $FreeBSD$
#
# Build an example FreeBSD Presentation
#
DOCFORMAT= slides
DOC= slides
FORMATS?= html
SRCS= slides.xml
SRCS+= ../common/freebsd-recent-releases.xml
SRCS+= ../common/freebsd-5.3.xml
SRCS+= ../common/what-is-freebsd.xml
SRCS+= ../common/freebsd-organization.xml
SRCS+= ../common/freebsd-dev-model.xml
SRCS+= ../common/freebsd-release-process.xml
XSLTPROCFLAGS= --nonet --xinclude --stringparam draft.mode no
XSLTPROCOPTS= ${XSLTPROCFLAGS}
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"