As Doc-meister's request, rename porter-handbook to porters-handbook.
Repo-copied again by: cvs-meister
This commit is contained in:
parent
ae2a8d3ef5
commit
bf0e6ffd75
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7161
3 changed files with 0 additions and 5628 deletions
|
@ -1,30 +0,0 @@
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
# Build the FreeBSD Porter's Handbook.
|
|
||||||
#
|
|
||||||
# Original revision: 1.1
|
|
||||||
|
|
||||||
MAINTAINER=kuriyama@FreeBSD.org
|
|
||||||
|
|
||||||
DOC?= book
|
|
||||||
|
|
||||||
FORMATS?= html-split
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
# Use the local DSSSL file
|
|
||||||
DSLHTML?= ${.CURDIR}/freebsd.dsl
|
|
||||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
|
||||||
|
|
||||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
||||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,35 +0,0 @@
|
||||||
<!-- $FreeBSD$ -->
|
|
||||||
<!-- Original revision: 1.1 -->
|
|
||||||
|
|
||||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
|
||||||
a link to the -ports mailing list at the bottom of the HTML files,
|
|
||||||
rather than the -questions mailing list. -->
|
|
||||||
|
|
||||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
||||||
<!ENTITY freebsd.dsl SYSTEM "../../share/sgml/freebsd.dsl" CDATA DSSSL>
|
|
||||||
]>
|
|
||||||
|
|
||||||
<style-sheet>
|
|
||||||
<style-specification use="docbook">
|
|
||||||
<style-specification-body>
|
|
||||||
|
|
||||||
<![ %output.html; [
|
|
||||||
(define ($email-footer$)
|
|
||||||
(make sequence
|
|
||||||
(literal "For questions about the FreeBSD ports system, e-mail <")
|
|
||||||
(make element gi: "a"
|
|
||||||
attributes: (list (list "href" "mailto:ports@freebsd.org"))
|
|
||||||
(literal "ports@freebsd.org"))
|
|
||||||
(literal ">.")
|
|
||||||
(make empty-element gi: "br")
|
|
||||||
(literal "For questions about this documentation, e-mail <")
|
|
||||||
(make element gi: "a"
|
|
||||||
attributes: (list (list "href" "mailto:doc@freebsd.org"))
|
|
||||||
(literal "doc@freebsd.org"))
|
|
||||||
(literal ">.")))
|
|
||||||
]]>
|
|
||||||
</style-specification-body>
|
|
||||||
</style-specification>
|
|
||||||
|
|
||||||
<external-specification id="docbook" document="freebsd.dsl">
|
|
||||||
</style-sheet>
|
|
Loading…
Reference in a new issue