doc/en_US.ISO8859-1/articles/fonts/Makefile
John Baldwin 9c6e695ef1 Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.

Reviewed partially by:	nik, billf
1999-08-29 00:02:23 +00:00

14 lines
230 B
Makefile

# $Id: Makefile,v 1.6 1999-08-29 00:02:17 jhb Exp $
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=
SRCS= article.sgml
DOC_PREFIX?= ../../..
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"