Loudly proclaim that I've fixed the problem where by the Spanish FAQ
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.
This commit is contained in:
parent
23cc627071
commit
142ecb0b92
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3898
3 changed files with 18 additions and 9 deletions
|
@ -1,9 +1,12 @@
|
|||
# $Id: Makefile,v 1.3 1998-11-26 22:33:32 nik Exp $
|
||||
# $Id: Makefile,v 1.4 1998-12-09 00:32:19 nik Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
SGMLOPTS=-links
|
||||
DOC= FAQ
|
||||
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
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# $Id: Makefile,v 1.3 1998-11-26 22:33:32 nik Exp $
|
||||
# $Id: Makefile,v 1.4 1998-12-09 00:32:19 nik Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
SGMLOPTS=-links
|
||||
DOC= FAQ
|
||||
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
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# $Id: Makefile,v 1.3 1998-11-26 22:33:32 nik Exp $
|
||||
# $Id: Makefile,v 1.4 1998-12-09 00:32:19 nik Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
SGMLOPTS=-links
|
||||
DOC= FAQ
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue