Move doc/sgml/* to doc/share/sgml/*, so it better follows the layout of
Doc. Proj. related ports under $PREFIX/share. Update en/handbook/Makefile with the new paths. Didn't seem worthwhile to do a repository copy for only three files moved.
This commit is contained in:
parent
f56a255733
commit
99901d638a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4110
6 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.8 1999-01-03 21:19:03 nik Exp $
|
||||
# $Id: Makefile,v 1.9 1999-01-25 21:58:47 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
|
||||
# file which can be used by many Makefiles, and a much smaller Makefile
|
||||
|
@ -106,10 +106,10 @@ VOLUME?= ${.CURDIR:T}
|
|||
DOC?= ${.CURDIR:T}
|
||||
|
||||
JADE= /usr/local/bin/jade
|
||||
DSLHTML= ../../sgml/freebsd.dsl
|
||||
DSLPRINT= ../../sgml/freebsd.dsl
|
||||
DSLHTML= ../../share/sgml/freebsd.dsl
|
||||
DSLPRINT= ../../share/sgml/freebsd.dsl
|
||||
|
||||
FREEBSDCATALOG= ../../sgml/catalog
|
||||
FREEBSDCATALOG= ../../share/sgml/catalog
|
||||
DOCBOOKCATALOG= /usr/local/share/sgml/docbook/3.0/catalog
|
||||
JADECATALOG= /usr/local/share/sgml/jade/catalog
|
||||
DSSSLCATALOG= /usr/local/share/sgml/docbook/dsssl/modular/catalog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.8 1999-01-03 21:19:03 nik Exp $
|
||||
# $Id: Makefile,v 1.9 1999-01-25 21:58:47 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
|
||||
# file which can be used by many Makefiles, and a much smaller Makefile
|
||||
|
@ -106,10 +106,10 @@ VOLUME?= ${.CURDIR:T}
|
|||
DOC?= ${.CURDIR:T}
|
||||
|
||||
JADE= /usr/local/bin/jade
|
||||
DSLHTML= ../../sgml/freebsd.dsl
|
||||
DSLPRINT= ../../sgml/freebsd.dsl
|
||||
DSLHTML= ../../share/sgml/freebsd.dsl
|
||||
DSLPRINT= ../../share/sgml/freebsd.dsl
|
||||
|
||||
FREEBSDCATALOG= ../../sgml/catalog
|
||||
FREEBSDCATALOG= ../../share/sgml/catalog
|
||||
DOCBOOKCATALOG= /usr/local/share/sgml/docbook/3.0/catalog
|
||||
JADECATALOG= /usr/local/share/sgml/jade/catalog
|
||||
DSSSLCATALOG= /usr/local/share/sgml/docbook/dsssl/modular/catalog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.8 1999-01-03 21:19:03 nik Exp $
|
||||
# $Id: Makefile,v 1.9 1999-01-25 21:58:47 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
|
||||
# file which can be used by many Makefiles, and a much smaller Makefile
|
||||
|
@ -106,10 +106,10 @@ VOLUME?= ${.CURDIR:T}
|
|||
DOC?= ${.CURDIR:T}
|
||||
|
||||
JADE= /usr/local/bin/jade
|
||||
DSLHTML= ../../sgml/freebsd.dsl
|
||||
DSLPRINT= ../../sgml/freebsd.dsl
|
||||
DSLHTML= ../../share/sgml/freebsd.dsl
|
||||
DSLPRINT= ../../share/sgml/freebsd.dsl
|
||||
|
||||
FREEBSDCATALOG= ../../sgml/catalog
|
||||
FREEBSDCATALOG= ../../share/sgml/catalog
|
||||
DOCBOOKCATALOG= /usr/local/share/sgml/docbook/3.0/catalog
|
||||
JADECATALOG= /usr/local/share/sgml/jade/catalog
|
||||
DSSSLCATALOG= /usr/local/share/sgml/docbook/dsssl/modular/catalog
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
The FPI for this DTD is "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN"
|
||||
|
||||
$Id: freebsd.dtd,v 1.3 1998-12-20 20:33:49 nik Exp $
|
||||
$Id: freebsd.dtd,v 1.1 1999-01-25 21:58:59 nik Exp $
|
||||
-->
|
||||
|
||||
<!-- ..................................................................... -->
|
Loading…
Reference in a new issue