web.mk overrides the FORMATS in the FAQ/handbook Makefiles, so override
web.mk here. (Yech!)
This commit is contained in:
parent
d3e81860a9
commit
995bbef398
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2204
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3 1997-11-23 22:55:06 max Exp $
|
||||
# $Id: Makefile,v 1.4 1997-11-24 15:02:16 jfieber Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.19
|
||||
|
||||
|
@ -38,6 +38,7 @@ SUBDIR= ports releases
|
|||
# <bsd.sgml.mk>.
|
||||
|
||||
DOCSUBDIR= FAQ handbook
|
||||
FORMATS= "html roff"
|
||||
|
||||
# Directories that need to be checked out from the
|
||||
# CVS repository.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3 1997-11-23 22:55:06 max Exp $
|
||||
# $Id: Makefile,v 1.4 1997-11-24 15:02:16 jfieber Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.19
|
||||
|
||||
|
@ -38,6 +38,7 @@ SUBDIR= ports releases
|
|||
# <bsd.sgml.mk>.
|
||||
|
||||
DOCSUBDIR= FAQ handbook
|
||||
FORMATS= "html roff"
|
||||
|
||||
# Directories that need to be checked out from the
|
||||
# CVS repository.
|
||||
|
|
Loading…
Reference in a new issue