From: Michael Smith Date: Fri, 19 Jan 2007 11:40:50 +0000 (+0000) Subject: Added doc for man.output.lang.in.name.enabled parameter. This X-Git-Tag: release/1.79.1~6^2~2332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de0d27e259eb69daec5b8a565f7a0104aa7bbf13;p=docbook-dsssl Added doc for man.output.lang.in.name.enabled parameter. This checkin completes support for writing file/pathnames for man-pages with $lang include in the names. Closes #1585967. knightly accolades to Daniel Leidert for providing the feature request. --- diff --git a/xsl/manpages/param.ent b/xsl/manpages/param.ent index e80096e43..5e6915fa8 100644 --- a/xsl/manpages/param.ent +++ b/xsl/manpages/param.ent @@ -46,6 +46,7 @@ + diff --git a/xsl/manpages/param.xweb b/xsl/manpages/param.xweb index 52f61b87e..731426e80 100644 --- a/xsl/manpages/param.xweb +++ b/xsl/manpages/param.xweb @@ -107,6 +107,7 @@ &man.output.manifest.enabled; &man.output.manifest.filename; &man.output.in.separate.dir; +&man.output.lang.in.name.enabled; &man.output.base.dir; &man.output.subdirs.enabled; &man.output.quietly; @@ -162,6 +163,7 @@ + diff --git a/xsl/params/man.output.lang.in.name.enabled.xml b/xsl/params/man.output.lang.in.name.enabled.xml new file mode 100644 index 000000000..9022a7962 --- /dev/null +++ b/xsl/params/man.output.lang.in.name.enabled.xml @@ -0,0 +1,47 @@ + + +man.output.lang.in.name.enabled + + + +man.output.lang.in.name.enabled +Include $LANG value in man-page filename/pathname? + + + + + + + + +Description + + The man.output.lang.in.name.enabled + parameter specifies which controls whether a $lang + value is included in man-page filenames and pathnames. + + If the value of + man.output.lang.in.name.enabled is non-zero, + man-page files are output with the $lang value + included in their filenames or pathnames as follows; + + + + if man.output.subdirs.enabled is + non-zero, each file is output to, e.g., a + man/$lang/man8/foo.8 + pathname + + + if man.output.subdirs.enabled is + zero, each file is output with a + foo.$lang.8 + filename + + + + + + \ No newline at end of file