DocBook version of FreeBSD Chinese FAQ, stage[I] with Makefile framework

.
This commit is contained in:
Foxfair Hu 1999-08-19 03:56:59 +00:00
parent 8f704ac3d6
commit 0b08ebf3c0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5398
4 changed files with 7450 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# $Id: Makefile,v 1.1 1999-08-19 03:56:48 foxfair Exp $
SUBDIR = faq
.include <bsd.subdir.mk>

View file

@ -0,0 +1,5 @@
#
# $Id: Makefile.inc,v 1.1 1999-08-19 03:56:49 foxfair Exp $
#
DESTDIR?= ${DOC_INSTALL_PREFIX}/zh_TW.Big5/books/${.CURDIR:T}

View file

@ -0,0 +1,26 @@
#
# $Id: Makefile,v 1.1 1999-08-19 03:56:59 foxfair Exp $
#
# Build the FreeBSD Chinese-Big5 FAQ
#
MAINTAINER=foxfair@FreeBSD.org
DOC?= book
FORMATS?= html-split html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
#
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#
# SGML content
SRCS= book.sgml
DOC_PREFIX?= ../../..
.include "../../../share/mk/docproj.docbook.mk"

File diff suppressed because it is too large Load diff