From f8e80d75f962da3c0f95667cbb805edbefccdaf2 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sun, 3 Feb 2013 21:28:23 +0000 Subject: [PATCH] - Include command macros - Drop some obsolete SGML constructs --- share/mk/web.site.mk | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/share/mk/web.site.mk b/share/mk/web.site.mk index 2daefe66f7..2f6e5eff9f 100644 --- a/share/mk/web.site.mk +++ b/share/mk/web.site.mk @@ -11,6 +11,8 @@ # clean -- remove anything generated by processing # +.include "doc.commands.mk" + .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif @@ -94,32 +96,6 @@ NO_SUBDIR= YES .include "${DOC_PREFIX}/share/mk/doc.common.mk" .include "${DOC_PREFIX}/share/mk/doc.xml.mk" -_INCLIST= navibar.ent \ - navibar.l10n.ent \ - common.ent \ - header.ent \ - header.l10n.ent \ - iso8879.ent \ - l10n.ent \ - release.ent -_SGML_INCLUDES= ${SGML_INCLUDES} - -.for F in ${_INCLIST} -.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/${F}) -_SGML_INCLUDES+=${DOC_PREFIX}/${LANGCODE}/share/xml/${F} -.endif -.if exists(${DOC_PREFIX}/share/xml/${F}) -_SGML_INCLUDES+=${DOC_PREFIX}/share/xml/${F} -.endif -.endfor - -CATALOG?= ${PREFIX}/share/xml/html/catalog \ - ${PREFIX}/share/xml/catalog -.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/catalog) -CATALOG+= ${DOC_PREFIX}/${LANGCODE}/share/xml/catalog -.endif -CATALOG+= ${DOC_PREFIX}/share/xml/catalog - ################################################################## # Transformation rules