doc/en_US.ISO8859-1/htdocs/commercial/Makefile
Hiroki Sato 4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00

44 lines
1.2 KiB
Makefile

# $FreeBSD: www/en/commercial/Makefile,v 1.17 2005/09/18 04:33:45 hrs Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= commercial.sgml
INDEXLINK= commercial.html
XSLT.DEFAULT= ${XSL_ENTRIES}
DEPENDSET.DEFAULT= commercial
XMLDOCS= consult::${XML_COMMERCIAL_CONSULT}:
PARAMS.consult= --param pagename "'Consulting Services'" \
--param basename "'consult.html'"
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"