svn commit: r40878 - projects/xml-tools/share/mk
Gabor Kovesdan
gabor at FreeBSD.org
Sun Feb 3 21:28:24 UTC 2013
Author: gabor
Date: Sun Feb 3 21:28:23 2013
New Revision: 40878
URL: http://svnweb.freebsd.org/changeset/doc/40878
Log:
- Include command macros
- Drop some obsolete SGML constructs
Modified:
projects/xml-tools/share/mk/web.site.mk
Modified: projects/xml-tools/share/mk/web.site.mk
==============================================================================
--- projects/xml-tools/share/mk/web.site.mk Sun Feb 3 21:11:22 2013 (r40877)
+++ projects/xml-tools/share/mk/web.site.mk Sun Feb 3 21:28:23 2013 (r40878)
@@ -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
More information about the svn-doc-projects
mailing list