Added makefile and toplevel sgml file neccessary to build complete
bibliography. Approved by: murray Kickstarted by: nik
This commit is contained in:
parent
3b78237508
commit
1165f1629b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10238
2 changed files with 61 additions and 0 deletions
25
en_US.ISO8859-1/books/bibliography/Makefile
Normal file
25
en_US.ISO8859-1/books/bibliography/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/Makefile,v 1.40 2001/07/17 01:37:39 murray Exp $
|
||||
#
|
||||
#
|
||||
|
||||
MAINTAINER=nik@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= 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?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
36
en_US.ISO8859-1/books/bibliography/book.sgml
Normal file
36
en_US.ISO8859-1/books/bibliography/book.sgml
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.106 2001/07/13 22:55:50 murray Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY bibliography SYSTEM "../../../share/sgml/bibliography.sgml">
|
||||
]>
|
||||
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>FreeBSD Bibliography</title>
|
||||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>February 1999</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2001</year>
|
||||
<holder>The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
</bookinfo>
|
||||
|
||||
&bibliography;
|
||||
</book>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue