f1e0401cda
article, about diskless X servers. Will be turned in on in the main build later this week, when a new release of the DSSSL stylesheets will include a Serbian translation, also prepared by the submitted. Submitted by: Vladimir Vrzic <random@beotel.yu>
24 lines
395 B
Makefile
24 lines
395 B
Makefile
#
|
|
# Build the FreeBSD FAQ
|
|
#
|
|
|
|
MAINTAINER=random@boxnetwork.net
|
|
|
|
DOC?= book
|
|
|
|
FORMATS?= html-split html
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
#
|
|
# SRCS lists the individual SGML files that make up the document. Changes
|
|
# to any of these files will force a rebuild
|
|
#
|
|
|
|
# SGML content
|
|
SRCS= book.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|