doc/zh_TW.Big5/FAQ/Makefile
Vanilla I. Shu 1841ad7ec8 Define DOCDIR and FORMATS.
Submitted by:	foxfair
Forgotten by:	me
1999-01-31 18:21:28 +00:00

15 lines
410 B
Makefile

# $Id: Makefile,v 1.2 1999-01-31 18:21:28 vanilla Exp $
.NOTPARALLEL:
DOC= FAQ
DOCDIR= ${SHAREDIR/doc/zh
FORMATS?= html roff
SGMLOPTS=-links -e big5
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>