Define DOCDIR and FORMATS.
Submitted by: foxfair Forgotten by: me
This commit is contained in:
parent
7321b94099
commit
1841ad7ec8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4158
2 changed files with 10 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
|||
# $Id: Makefile,v 1.1.1.1 1999-01-30 23:20:34 vanilla Exp $
|
||||
# $Id: Makefile,v 1.2 1999-01-31 18:21:28 vanilla Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
SGMLOPTS=-links -e big5
|
||||
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
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# $Id: Makefile,v 1.1.1.1 1999-01-30 23:20:34 vanilla Exp $
|
||||
# $Id: Makefile,v 1.2 1999-01-31 18:21:28 vanilla Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
SGMLOPTS=-links -e big5
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue