diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-21 20:43:43 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-21 20:43:43 +0000 |
| commit | 7450e0624939102d98422a12cc6507ac0fb76565 (patch) | |
| tree | 43485475b169bac86abf28f751b38dce0b8be70e /release | |
| parent | 676393a33770982106a1b97e8035f932d1a88899 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/doc/en_US.ISO8859-1/errata/Makefile | 1 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/Makefile.inc | 3 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/installation/Makefile.inc | 3 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/readme/Makefile | 1 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/Makefile.inc | 3 | ||||
| -rw-r--r-- | release/doc/share/mk/doc.relnotes.mk | 6 |
6 files changed, 11 insertions, 6 deletions
diff --git a/release/doc/en_US.ISO8859-1/errata/Makefile b/release/doc/en_US.ISO8859-1/errata/Makefile index 87801ca415da..aaf3e152ff20 100644 --- a/release/doc/en_US.ISO8859-1/errata/Makefile +++ b/release/doc/en_US.ISO8859-1/errata/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ RELN_ROOT?= ${.CURDIR}/../.. +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/errata DOC?= article FORMATS?= html diff --git a/release/doc/en_US.ISO8859-1/hardware/Makefile.inc b/release/doc/en_US.ISO8859-1/hardware/Makefile.inc new file mode 100644 index 000000000000..f843b3c2ba1c --- /dev/null +++ b/release/doc/en_US.ISO8859-1/hardware/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/hardware/${.CURDIR:T} diff --git a/release/doc/en_US.ISO8859-1/installation/Makefile.inc b/release/doc/en_US.ISO8859-1/installation/Makefile.inc new file mode 100644 index 000000000000..8e9b3f024c89 --- /dev/null +++ b/release/doc/en_US.ISO8859-1/installation/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/installation/${.CURDIR:T} diff --git a/release/doc/en_US.ISO8859-1/readme/Makefile b/release/doc/en_US.ISO8859-1/readme/Makefile index 5dd73b90717d..998c546da1bc 100644 --- a/release/doc/en_US.ISO8859-1/readme/Makefile +++ b/release/doc/en_US.ISO8859-1/readme/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ RELN_ROOT?= ${.CURDIR}/../.. +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme DOC?= article FORMATS?= html diff --git a/release/doc/en_US.ISO8859-1/relnotes/Makefile.inc b/release/doc/en_US.ISO8859-1/relnotes/Makefile.inc new file mode 100644 index 000000000000..8f4dc84d4e85 --- /dev/null +++ b/release/doc/en_US.ISO8859-1/relnotes/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes/${.CURDIR:T} diff --git a/release/doc/share/mk/doc.relnotes.mk b/release/doc/share/mk/doc.relnotes.mk index 0a8e9e68d1f8..f242247a9911 100644 --- a/release/doc/share/mk/doc.relnotes.mk +++ b/release/doc/share/mk/doc.relnotes.mk @@ -8,9 +8,3 @@ EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog # Use the appropriate architecture-dependent RELNOTESng stylesheet DSLHTML?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl DSLPRINT?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl - -# XXX It may be possible to get this right just about all of the time -# using ${RELN_ROOT}; "/release/doc" is just something that (I think) -# covers the majority of the cases. -RELN_ANCHOR?= /release/doc/ -DESTDIR?= ${DOCDIR}/${.CURDIR:C/^.*${RELN_ANCHOR}/} |
