ports/sysutils/nut-devel/files/patch-docs_Makefile.am

17 lines
928 B
Text

--- docs/Makefile.am.orig 2020-02-09 18:44:01 UTC
+++ docs/Makefile.am
@@ -102,10 +102,10 @@ solaris-usb.html solaris-usb.chunked solaris-usb.pdf:
# variable ASCIIDOC_VERBOSE to "-v", ie:
# $ ASCIIDOC_VERBOSE=-v make
A2X_COMMON_OPTS = $(ASCIIDOC_VERBOSE) --attribute icons \
- --xsltproc-opts "--nonet" \
- --xsltproc-opts "--stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d`\"" \
- --xsltproc-opts "--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S`\"" \
- --xsltproc-opts "--stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \
+ --xsltproc-opts="--nonet" \
+ --xsltproc-opts="--stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d`\"" \
+ --xsltproc-opts="--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S`\"" \
+ --xsltproc-opts="--stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \
--attribute iconsdir=$(srcdir)/images \
--attribute=badges \
--attribute=external_title \