797a990cf7
fix a bunch of font issues when rendering PDF.
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# The FreeBSD Simplified Chinese Project
|
|
#
|
|
# Original Revision: 1.5
|
|
# $FreeBSD$
|
|
#
|
|
# Article: Setting up a CVS repository - the FreeBSD way
|
|
|
|
MAINTAINER= stijn@win.tue.nl
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.xml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|