diff options
Diffstat (limited to 'zh_CN.UTF-8/share/mk/doc.local.mk')
-rw-r--r-- | zh_CN.UTF-8/share/mk/doc.local.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zh_CN.UTF-8/share/mk/doc.local.mk b/zh_CN.UTF-8/share/mk/doc.local.mk new file mode 100644 index 0000000000..5748ece26b --- /dev/null +++ b/zh_CN.UTF-8/share/mk/doc.local.mk @@ -0,0 +1,7 @@ +# $FreeBSD$ +# Original Revision: 1.1 + +# Don't use "?=" in the following two lines. +# They have been pre-defined in "doc.project.mk" and should be overridden here. +HTML2TXT= ${PREFIX}/bin/html2text +HTML2TXTOPTS= -nobs -style pretty |