doc/ja_JP.eucJP/FAQ/Makefile
Satoshi Asami d888f07fb8 Change "FORMATS=" to "FORMATS?=" so the user can override it when you
are building from the parent directory.  bsd.sgml.mk (which also
defines FORMATS using "?=") is included after this line so this change
does not affect the default behavior.
1997-12-28 08:37:52 +00:00

16 lines
486 B
Makefile

# $Id: Makefile,v 1.2 1997-12-28 08:37:48 asami Exp $
# Original revision: 1.6
# The FreeBSD Japanese Documentation Project
DOC= FAQ
DOCDIR= ${SHAREDIR}/doc/ja_JP.EUC
FORMATS?= html roff
SGMLOPTS+=-e EUC-JP
SGMLOPTS+=-links
SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml
SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml
SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml
SRCS+= serial.sgml troubleshoot.sgml x.sgml
.include <bsd.sgml.mk>