7fc8947ce8
in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP.
16 lines
455 B
Makefile
16 lines
455 B
Makefile
# $Id: Makefile,v 1.3 1999-08-16 22:09:17 nik Exp $
|
|
|
|
.NOTPARALLEL:
|
|
|
|
DOC= FAQ
|
|
VOLUME= faq
|
|
DOCDIR= /usr/local/share/doc/fdp/ru_SU.KOI8-R/books
|
|
FORMATS?= html roff
|
|
SGMLOPTS+=-e koi8-r
|
|
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>
|