Index: head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/Makefile (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/Makefile (revision 51048) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOC_PREFIX?= ${.CURDIR}/../../../../.. +RELN_ROOT?= ${.CURDIR}/.. + +DOC?= errata +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED= + +JADEFLAGS+= -V %generate-article-toc% + +SRCS?= errata.xml + +DATA+= ${DOC}.html + +install: ${DOC}.html + mkdir -p ${DOCINSTALLDIR} + ${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR} + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Property changes on: head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile (revision 51048) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOC_PREFIX?= ${.CURDIR}/../../../../.. +RELN_ROOT?= ${.CURDIR}/.. + +JADEFLAGS+= -V %generate-article-toc% + +DOC?= hardware +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED= + +SRCS?= hardware.xml + +DATA+= ${DOC}.html + +install: ${DOC}.html + mkdir -p ${DOCINSTALLDIR} + ${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR} + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Property changes on: head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/en_US.ISO8859-1/htdocs/releases/12.0R/readme/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/readme/Makefile (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/readme/Makefile (revision 51048) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOC_PREFIX?= ${.CURDIR}/../../../../.. +RELN_ROOT?= ${.CURDIR}/.. + +DOC= readme +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED= + +JADEFLAGS+= -V %generate-article-toc% + +SRCS?= readme.xml + +DATA+= ${DOC}.html + +install: ${DOC}.html + mkdir -p ${DOCINSTALLDIR} + ${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR} + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Property changes on: head/en_US.ISO8859-1/htdocs/releases/12.0R/readme/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile (revision 51048) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOC_PREFIX?= ${.CURDIR}/../../../../.. +RELN_ROOT?= ${.CURDIR}/.. + +DOC= relnotes +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED= + +JADEFLAGS+= -V %generate-article-toc% + +SRCS?= relnotes.xml + +DATA+= ${DOC}.html + +install: ${DOC}.html + mkdir -p ${DOCINSTALLDIR} + ${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR} + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Property changes on: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property