diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-02-03 21:28:23 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-02-03 21:28:23 +0000 |
| commit | f8e80d75f962da3c0f95667cbb805edbefccdaf2 (patch) | |
| tree | 7b3f71e56c99935c1345ffbf06d3b653c4a19c51 | |
| parent | 2f0c94a684909833a7c696e847aeb24c1d70380c (diff) | |
- Include command macros
- Drop some obsolete SGML constructs
Notes
svn path=/projects/xml-tools/; revision=40878
| -rw-r--r-- | share/mk/web.site.mk | 28 |
1 files 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 |
