Niklas's thesis, which I've SGMLified (the original was in DocBook XML).
It needs to be split up into chapters and reindented before it is hooked up to the doc build.
This commit is contained in:
parent
9cbe56dfd2
commit
ec310d45a7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20445
3 changed files with 2726 additions and 0 deletions
34
en_US.ISO8859-1/books/dev-model/Makefile
Normal file
34
en_US.ISO8859-1/books/dev-model/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MAINTAINER= des@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= book.sgml
|
||||
|
||||
IMAGES_EN= figures/branches.png
|
||||
IMAGES_EN+= figures/freebsd-code-model.png
|
||||
IMAGES_EN+= figures/hats-overview.png
|
||||
IMAGES_EN+= figures/maintenance.png
|
||||
IMAGES_EN+= figures/orghierarchy.png
|
||||
IMAGES_EN+= figures/orghierarchy2.png
|
||||
IMAGES_EN+= figures/portsstatus.png
|
||||
IMAGES_EN+= figures/proc-add-committer.png
|
||||
IMAGES_EN+= figures/proc-add-cvsup.png
|
||||
IMAGES_EN+= figures/proc-commit.png
|
||||
IMAGES_EN+= figures/proc-contrib.png
|
||||
IMAGES_EN+= figures/proc-elections.png
|
||||
IMAGES_EN+= figures/proc-pr.png
|
||||
IMAGES_EN+= figures/proc-releng.png
|
||||
IMAGES_EN+= figures/proc-rm-committer.png
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
2690
en_US.ISO8859-1/books/dev-model/book.sgml
Normal file
2690
en_US.ISO8859-1/books/dev-model/book.sgml
Normal file
File diff suppressed because it is too large
Load diff
2
en_US.ISO8859-1/books/dev-model/chapters.ent
Normal file
2
en_US.ISO8859-1/books/dev-model/chapters.ent
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!--!ENTITY chap.references SYSTEM "references.sgml"-->
|
Loading…
Reference in a new issue