Added DOC_PREFIX definition. A temporary hack until all the tutorials
are in DocBook. Added "html" to the list of default formats. The primer can now be included in regular builds.
This commit is contained in:
parent
976c02ae81
commit
03e32648ec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4756
3 changed files with 12 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.1 1999-04-20 20:59:49 nik Exp $
|
||||
# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Documentation Project Primer.
|
||||
#
|
||||
|
@ -8,7 +8,7 @@ MAINTAINER=nik@FreeBSD.ORG
|
|||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split
|
||||
FORMATS?= html-split html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
@ -35,4 +35,6 @@ SRCS+= writing-style/chapter.sgml
|
|||
# Entities
|
||||
SRCS+= chapters.ent
|
||||
|
||||
DOC_PREFIX?= ../../..
|
||||
|
||||
.include "../../../share/mk/docproj.docbook.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.1 1999-04-20 20:59:49 nik Exp $
|
||||
# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Documentation Project Primer.
|
||||
#
|
||||
|
@ -8,7 +8,7 @@ MAINTAINER=nik@FreeBSD.ORG
|
|||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split
|
||||
FORMATS?= html-split html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
@ -35,4 +35,6 @@ SRCS+= writing-style/chapter.sgml
|
|||
# Entities
|
||||
SRCS+= chapters.ent
|
||||
|
||||
DOC_PREFIX?= ../../..
|
||||
|
||||
.include "../../../share/mk/docproj.docbook.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.1 1999-04-20 20:59:49 nik Exp $
|
||||
# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Documentation Project Primer.
|
||||
#
|
||||
|
@ -8,7 +8,7 @@ MAINTAINER=nik@FreeBSD.ORG
|
|||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split
|
||||
FORMATS?= html-split html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
@ -35,4 +35,6 @@ SRCS+= writing-style/chapter.sgml
|
|||
# Entities
|
||||
SRCS+= chapters.ent
|
||||
|
||||
DOC_PREFIX?= ../../..
|
||||
|
||||
.include "../../../share/mk/docproj.docbook.mk"
|
||||
|
|
Loading…
Reference in a new issue