diff --git a/en/tutorials/docproj-primer/Makefile b/en/tutorials/docproj-primer/Makefile index 6321390a6d..da30afe48e 100644 --- a/en/tutorials/docproj-primer/Makefile +++ b/en/tutorials/docproj-primer/Makefile @@ -1,38 +1,40 @@ # -# $Id: Makefile,v 1.1 1999-04-20 20:59:49 nik Exp $ +# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $ # # Build the FreeBSD Documentation Project Primer. # MAINTAINER=nik@FreeBSD.ORG DOC?= book -FORMATS?= html-split +FORMATS?= html-split html 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 SRCS+= overview/chapter.sgml SRCS+= psgml-mode/chapter.sgml SRCS+= see-also/chapter.sgml SRCS+= sgml-markup/chapter.sgml SRCS+= sgml-primer/chapter.sgml SRCS+= stylesheets/chapter.sgml SRCS+= the-faq/chapter.sgml SRCS+= the-handbook/chapter.sgml SRCS+= the-website/chapter.sgml SRCS+= tools/chapter.sgml SRCS+= writing-style/chapter.sgml # Entities SRCS+= chapters.ent +DOC_PREFIX?= ../../.. + .include "../../../share/mk/docproj.docbook.mk" diff --git a/en_US.ISO8859-1/books/fdp-primer/Makefile b/en_US.ISO8859-1/books/fdp-primer/Makefile index 6321390a6d..da30afe48e 100644 --- a/en_US.ISO8859-1/books/fdp-primer/Makefile +++ b/en_US.ISO8859-1/books/fdp-primer/Makefile @@ -1,38 +1,40 @@ # -# $Id: Makefile,v 1.1 1999-04-20 20:59:49 nik Exp $ +# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $ # # Build the FreeBSD Documentation Project Primer. # MAINTAINER=nik@FreeBSD.ORG DOC?= book -FORMATS?= html-split +FORMATS?= html-split html 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 SRCS+= overview/chapter.sgml SRCS+= psgml-mode/chapter.sgml SRCS+= see-also/chapter.sgml SRCS+= sgml-markup/chapter.sgml SRCS+= sgml-primer/chapter.sgml SRCS+= stylesheets/chapter.sgml SRCS+= the-faq/chapter.sgml SRCS+= the-handbook/chapter.sgml SRCS+= the-website/chapter.sgml SRCS+= tools/chapter.sgml SRCS+= writing-style/chapter.sgml # Entities SRCS+= chapters.ent +DOC_PREFIX?= ../../.. + .include "../../../share/mk/docproj.docbook.mk" diff --git a/en_US.ISO_8859-1/books/fdp-primer/Makefile b/en_US.ISO_8859-1/books/fdp-primer/Makefile index 6321390a6d..da30afe48e 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/Makefile +++ b/en_US.ISO_8859-1/books/fdp-primer/Makefile @@ -1,38 +1,40 @@ # -# $Id: Makefile,v 1.1 1999-04-20 20:59:49 nik Exp $ +# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $ # # Build the FreeBSD Documentation Project Primer. # MAINTAINER=nik@FreeBSD.ORG DOC?= book -FORMATS?= html-split +FORMATS?= html-split html 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 SRCS+= overview/chapter.sgml SRCS+= psgml-mode/chapter.sgml SRCS+= see-also/chapter.sgml SRCS+= sgml-markup/chapter.sgml SRCS+= sgml-primer/chapter.sgml SRCS+= stylesheets/chapter.sgml SRCS+= the-faq/chapter.sgml SRCS+= the-handbook/chapter.sgml SRCS+= the-website/chapter.sgml SRCS+= tools/chapter.sgml SRCS+= writing-style/chapter.sgml # Entities SRCS+= chapters.ent +DOC_PREFIX?= ../../.. + .include "../../../share/mk/docproj.docbook.mk"