HTML | Documents to generate and install.
If multilingual support is not required, use the .html extension.
Otherwise, specify the .html.var extension (documents will be generated
for each combination of language and character set -- the .html.var file
may then be used directly by Apache's mod_negotiation or equivalent).
|
M4 | Path to the
m4 macro processor.
|
M4FLAGS | Extra flags to pass to m4.
|
MINIFIER | Path to HTML/CSS minifier (such as
html-minifier). |
MINIFIERFLAGS | Flags to minifier (for HTML).
|
MINIFIERFLAGSCSS | Flags to minifier (for CSS).
|
MLPROC | Path to the
mlproc preprocessor (part of BSDBuild).
|
MLPROCFLAGS | Arguments to
mlproc. For gettext-style translation, the
-L and
-D arguments should be specified.
|
PERL | Path to the
perl interpreter.
|
ICONV | Path to the
iconv utility, needed to generate the character set variants.
|
BASEDIR | Directory containing the macro files
(Default = "m4").
|
DTD | Insert at beginning of generated documents (default: "<!DOCTYPE html>").
|
TEMPLATE | Template to use for preprocessing the HTML source.
It must reside in
BASEDIR and use the .m4 extension.
|
CSS_TEMPLATE | Similarly to
TEMPLATE, but used to preprocess CSS source.
|
LANGUAGES | Space-separated list of translations available for the documents specified
in ${HTML}.
See the section
MULTI-LINGUAL SUPPORT for more details.
|
DEF_LANGUAGE | The default language.
|
CLEANFILES | Extra files to remove in the
clean target.
|
HTMLDIR | Installation directory.
The special value
none indicates that the
install operation should be a no-op
(Default = "none").
|
HTML_OVERWRITE | Don't overwrite existing documents in the
install phase
(Default = "No").
|
HTML_INSTSOURCE | Install the HTML source, templates, JS/stylesheets and all other files
needed to be able to re-generate the documents in the installation directory,
including a Makefile.
(Default = "Yes").
|