doc/en_US.ISO8859-1/htdocs/commercial/Makefile
Gavin Atkinson 15a1f36d23 Don't output the "this page has been split into sections" message on the
alphabetical list of Consulting Services, as it hasn't been.  This
mirrors the same format that the Software Vendors pages take.
2014-08-06 17:33:20 +00:00

43 lines
1.1 KiB
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= commercial.xml
INDEXLINK= commercial.html
XSLT.DEFAULT= ${XSL_ENTRIES}
DEPENDSET.DEFAULT= commercial
XMLDOCS= consult::${XML_COMMERCIAL_CONSULT}:
PARAMS.consult= --param pagename "'Consulting Services'"
XMLDOCS+= consult_bycat::${XML_COMMERCIAL_CONSULT}:
PARAMS.consult_bycat=\
--param pagename "'Consulting Services'" \
--param basename "'consult.html'" \
--param sort "'bycat'"
XMLDOCS+= hardware::${XML_COMMERCIAL_HARDWARE}:
PARAMS.hardware= --param pagename "'Hardware Vendors'"
XMLDOCS+= isp::${XML_COMMERCIAL_ISP}:
PARAMS.isp= --param pagename "'Internet Service Providers'"
XMLDOCS+= misc::${XML_COMMERCIAL_MISC}:
PARAMS.misc= --param pagename "'Miscellaneous Vendors'"
XMLDOCS+= software::${XML_COMMERCIAL_SOFTWARE}:
PARAMS.software=--param pagename "'Software Vendors'"
XMLDOCS+= software_bycat::${XML_COMMERCIAL_SOFTWARE}:
PARAMS.software_bycat=\
--param pagename "'Software Vendors'" \
--param basename "'software.html'" \
--param sort "'bycat'"
.include "${DOC_PREFIX}/share/mk/web.site.mk"