DocBook version of FreeBSD Chinese FAQ, stage[I] with Makefile framework
.
This commit is contained in:
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
5
zh_TW.Big5/books/Makefile
Normal file
5
zh_TW.Big5/books/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
# $Id: Makefile,v 1.1 1999-08-19 03:56:48 foxfair Exp $
|
||||
|
||||
SUBDIR = faq
|
||||
|
||||
.include <bsd.subdir.mk>
|
5
zh_TW.Big5/books/Makefile.inc
Normal file
5
zh_TW.Big5/books/Makefile.inc
Normal 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}
|
26
zh_TW.Big5/books/faq/Makefile
Normal file
26
zh_TW.Big5/books/faq/Makefile
Normal 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"
|
7414
zh_TW.Big5/books/faq/book.sgml
Normal file
7414
zh_TW.Big5/books/faq/book.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue