doc/hu_HU.ISO8859-2/slides/freebsd-general/Makefile
Gabor Kovesdan 24d3e7759c - Use %SOURCE% and %SRCID% tags to store the original revisions of the
translated files. In this way, we will be able to generate the
  list of the outdated files automatically.

Obtained from:	The FreeBSD Hungarian Documentation Project
Inspired by:	The FreeBSD Greek Documentation Project
2008-06-25 11:31:19 +00:00

27 lines
624 B
Makefile

#
# $FreeBSD$
#
# %SOURCE% en_US.ISO8859-1/slides/freebsd-general/Makefile
# %SRCID% 1.1
#
# 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"