doc/FAQ/Makefile
Masafumi Max NAKANE 5a99733233 Divide the FAQ into several pieces, one file for each section.
Requested by:	the FreeBSD Japanese Documentation Project
Submitted by:	Mitsuru Iwasaki <iwasaki@jp.FreeBSD.ORG>
1997-11-03 08:54:00 +00:00

10 lines
335 B
Makefile

# $Id: Makefile,v 1.6 1997-11-03 08:53:35 max Exp $
SGMLOPTS=-links
DOC= FAQ
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>