More Makefile framework. I don't know why CVS didn't commit these with
the other batch.
This commit is contained in:
parent
7330e829a0
commit
dce55200fb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5380
11 changed files with 46 additions and 18 deletions
|
@ -1,12 +1,18 @@
|
||||||
# $Id: Makefile,v 1.7 1998-07-23 10:25:12 wosch Exp $
|
# $Id: Makefile,v 1.8 1999-08-17 21:35:50 nik Exp $
|
||||||
|
|
||||||
.NOTPARALLEL:
|
.NOTPARALLEL:
|
||||||
|
|
||||||
SGMLOPTS=-links
|
SGMLOPTS=-links
|
||||||
DOC= FAQ
|
DOC= FAQ
|
||||||
|
VOLUME= faq
|
||||||
|
DOCDIR= /usr/local/share/doc/fdp/en_US.ISO_8859-1/books
|
||||||
SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml
|
SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml
|
||||||
SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml
|
SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml
|
||||||
SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml
|
SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml
|
||||||
SRCS+= serial.sgml troubleshoot.sgml x.sgml
|
SRCS+= serial.sgml troubleshoot.sgml x.sgml
|
||||||
|
|
||||||
|
beforeinstall:
|
||||||
|
[ -d /usr/local/share/doc/fdp/en_US.ISO_8859-1/books/faq ] || \
|
||||||
|
mkdir -p /usr/local/share/doc/fdp/en_US.ISO_8859-1/books/faq
|
||||||
|
|
||||||
.include <bsd.sgml.mk>
|
.include <bsd.sgml.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 1999-08-16 22:09:19 nik Exp $
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
|
||||||
|
|
||||||
SUBDIR = diskless-x
|
SUBDIR = diskless-x
|
||||||
SUBDIR+= fonts
|
SUBDIR+= fonts
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 1999-08-16 22:00:10 nik Exp $
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
|
||||||
|
|
||||||
DOC?= article
|
DOC?= article
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 1999-08-16 22:09:05 nik Exp $
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:53 nik Exp $
|
||||||
|
|
||||||
SUBDIR = fdp-primer
|
SUBDIR = fdp-primer
|
||||||
SUBDIR+= handbook
|
SUBDIR+= handbook
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.21 1999-05-05 20:31:23 nik Exp $
|
# $Id: Makefile,v 1.22 1999-08-17 21:35:54 nik Exp $
|
||||||
#
|
#
|
||||||
# Build the FreeBSD Handbook.
|
# Build the FreeBSD Handbook.
|
||||||
#
|
#
|
||||||
|
|
||||||
MAINTAINER=nik@FreeBSD.ORG
|
MAINTAINER=nik@FreeBSD.ORG
|
||||||
|
|
||||||
DOC?= handbook
|
DOC?= book
|
||||||
|
|
||||||
FORMATS?= html-split
|
FORMATS?= html-split
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ INSTALL_ONLY_COMPRESSED?=
|
||||||
#
|
#
|
||||||
|
|
||||||
# SGML content
|
# SGML content
|
||||||
SRCS= handbook.sgml
|
SRCS= book.sgml
|
||||||
SRCS+= advanced-networking/chapter.sgml
|
SRCS+= advanced-networking/chapter.sgml
|
||||||
SRCS+= backups/chapter.sgml
|
SRCS+= backups/chapter.sgml
|
||||||
SRCS+= basics/chapter.sgml
|
SRCS+= basics/chapter.sgml
|
||||||
|
@ -55,4 +55,5 @@ SRCS+= authors.ent
|
||||||
SRCS+= chapters.ent
|
SRCS+= chapters.ent
|
||||||
SRCS+= mailing-lists.ent
|
SRCS+= mailing-lists.ent
|
||||||
|
|
||||||
.include "../../share/mk/docproj.docbook.mk"
|
DOC_PREFIX?= ../../..
|
||||||
|
.include "../../../share/mk/docproj.docbook.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 1999-08-16 22:09:19 nik Exp $
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
|
||||||
|
|
||||||
SUBDIR = diskless-x
|
SUBDIR = diskless-x
|
||||||
SUBDIR+= fonts
|
SUBDIR+= fonts
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 1999-08-16 22:00:10 nik Exp $
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
|
||||||
|
|
||||||
DOC?= article
|
DOC?= article
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 1999-08-16 22:09:05 nik Exp $
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:53 nik Exp $
|
||||||
|
|
||||||
SUBDIR = fdp-primer
|
SUBDIR = fdp-primer
|
||||||
SUBDIR+= handbook
|
SUBDIR+= handbook
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.21 1999-05-05 20:31:23 nik Exp $
|
# $Id: Makefile,v 1.22 1999-08-17 21:35:54 nik Exp $
|
||||||
#
|
#
|
||||||
# Build the FreeBSD Handbook.
|
# Build the FreeBSD Handbook.
|
||||||
#
|
#
|
||||||
|
|
||||||
MAINTAINER=nik@FreeBSD.ORG
|
MAINTAINER=nik@FreeBSD.ORG
|
||||||
|
|
||||||
DOC?= handbook
|
DOC?= book
|
||||||
|
|
||||||
FORMATS?= html-split
|
FORMATS?= html-split
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ INSTALL_ONLY_COMPRESSED?=
|
||||||
#
|
#
|
||||||
|
|
||||||
# SGML content
|
# SGML content
|
||||||
SRCS= handbook.sgml
|
SRCS= book.sgml
|
||||||
SRCS+= advanced-networking/chapter.sgml
|
SRCS+= advanced-networking/chapter.sgml
|
||||||
SRCS+= backups/chapter.sgml
|
SRCS+= backups/chapter.sgml
|
||||||
SRCS+= basics/chapter.sgml
|
SRCS+= basics/chapter.sgml
|
||||||
|
@ -55,4 +55,5 @@ SRCS+= authors.ent
|
||||||
SRCS+= chapters.ent
|
SRCS+= chapters.ent
|
||||||
SRCS+= mailing-lists.ent
|
SRCS+= mailing-lists.ent
|
||||||
|
|
||||||
.include "../../share/mk/docproj.docbook.mk"
|
DOC_PREFIX?= ../../..
|
||||||
|
.include "../../../share/mk/docproj.docbook.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 1999-08-16 22:09:20 nik Exp $
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:55 nik Exp $
|
||||||
|
|
||||||
SUBDIR = handbook
|
SUBDIR = handbook
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,26 @@
|
||||||
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
# $Id: Makefile,v 1.2 1999-08-17 21:35:56 nik Exp $
|
||||||
# $Id: Makefile,v 1.1 1999-01-30 23:23:13 vanilla Exp $
|
|
||||||
|
|
||||||
SUBDIR = FAQ
|
SUBDIR = FAQ
|
||||||
|
|
||||||
|
COMPAT_SYMLINK = zh
|
||||||
|
|
||||||
|
#
|
||||||
|
# XXX Kludge -- this directory probably doesn't exist yet. Pull this out
|
||||||
|
# when the FAQ is DocBook'ed
|
||||||
|
beforeinstall:
|
||||||
|
[ -d /usr/local/share/doc/fdp/zh_TW.Big5/books/faq ] || \
|
||||||
|
mkdir -p /usr/local/share/doc/fdp/zh_TW.Big5/books/faq
|
||||||
|
|
||||||
|
#
|
||||||
|
# Put the compatability symlink in place.
|
||||||
|
#
|
||||||
|
afterinstall:
|
||||||
|
.if !defined(IGNORE_COMPAT_SYMLINK)
|
||||||
|
if [ ! -e /usr/local/share/doc/fdp/${COMPAT_SYMLINK} ]; then \
|
||||||
|
rm -rf /usr/local/share/doc/fdp/${COMPAT_SYMLINK}; \
|
||||||
|
ln -s /usr/local/share/doc/fdp/zh_TW.Big5 \
|
||||||
|
/usr/local/share/doc/fdp/${COMPAT_SYMLINK}; \
|
||||||
|
fi
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
Loading…
Reference in a new issue