142ecb0b92
overwrites the English FAQ on installation. Quietly mumble that I think it might have been my fault in the first place. DOCDIR wasn't set properly.
15 lines
403 B
Makefile
15 lines
403 B
Makefile
# $Id: Makefile,v 1.4 1998-12-09 00:32:19 nik Exp $
|
|
|
|
.NOTPARALLEL:
|
|
|
|
DOC= FAQ
|
|
DOCDIR= ${SHAREDIR}/doc/es
|
|
FORMATS?= html roff
|
|
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>
|