mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
Changes: https://github.com/asciidoc/asciidoc-py3/releases https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt PR: 245723 Submitted by: antoine
17 lines
928 B
Text
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 \
|