Use doc.project.mk, and ${.CURDIR}

This commit is contained in:
Nik Clayton 1999-09-03 17:40:54 +00:00
parent cecc348da3
commit 6f6bb9b369
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5516
4 changed files with 12 additions and 12 deletions
en_US.ISO8859-1/books
faq
handbook
en_US.ISO_8859-1/books
faq
handbook

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.4 1999-08-31 14:59:48 kuriyama Exp $ # $Id: Makefile,v 1.5 1999-09-03 17:40:52 nik Exp $
# #
# Build the FreeBSD FAQ # Build the FreeBSD FAQ
# #
@ -21,6 +21,6 @@ INSTALL_ONLY_COMPRESSED?=
# SGML content # SGML content
SRCS= book.sgml SRCS= book.sgml
DOC_PREFIX?= ../../.. DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.24 1999-08-29 00:02:23 jhb Exp $ # $Id: Makefile,v 1.25 1999-09-03 17:40:54 nik Exp $
# #
# Build the FreeBSD Handbook. # Build the FreeBSD Handbook.
# #
@ -55,5 +55,5 @@ SRCS+= authors.ent
SRCS+= chapters.ent SRCS+= chapters.ent
SRCS+= mailing-lists.ent SRCS+= mailing-lists.ent
DOC_PREFIX?= ../../.. DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.4 1999-08-31 14:59:48 kuriyama Exp $ # $Id: Makefile,v 1.5 1999-09-03 17:40:52 nik Exp $
# #
# Build the FreeBSD FAQ # Build the FreeBSD FAQ
# #
@ -21,6 +21,6 @@ INSTALL_ONLY_COMPRESSED?=
# SGML content # SGML content
SRCS= book.sgml SRCS= book.sgml
DOC_PREFIX?= ../../.. DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.24 1999-08-29 00:02:23 jhb Exp $ # $Id: Makefile,v 1.25 1999-09-03 17:40:54 nik Exp $
# #
# Build the FreeBSD Handbook. # Build the FreeBSD Handbook.
# #
@ -55,5 +55,5 @@ SRCS+= authors.ent
SRCS+= chapters.ent SRCS+= chapters.ent
SRCS+= mailing-lists.ent SRCS+= mailing-lists.ent
DOC_PREFIX?= ../../.. DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk"