gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: taler-terms-generator: work with


From: gnunet
Subject: [taler-exchange] branch master updated: taler-terms-generator: work with older pandoc
Date: Tue, 05 Mar 2024 11:12:18 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d76c47ab taler-terms-generator: work with older pandoc
d76c47ab is described below

commit d76c47abb9eadad9b6a7e283f316d851cda5d2fb
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 5 11:12:15 2024 +0100

    taler-terms-generator: work with older pandoc
---
 contrib/taler-terms-generator | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
index d83a8801..ead10d84 100755
--- a/contrib/taler-terms-generator
+++ b/contrib/taler-terms-generator
@@ -278,10 +278,12 @@ for d in en $(ls -d ${LOCALE_DIR}/?? | grep -v "en" 
2>/dev/null || true); do
     --shift-heading-level-by=-1
 
   echo "$VERSION_BASENAME HTML ($LANGUAGE)..." 1>&2
+  # FIXME: Newer versions of pandic should use
+  # --embed-resources --standalone instead of --self-contained
   pandoc \
     -i "$BUILDFILE_MARKDOWN" \
     -o "${OUTBASE}.html" \
-    --embed-resources --standalone \
+    --self-contained \
     --shift-heading-level-by=-1
 
   echo "$VERSION_BASENAME TXT ($LANGUAGE)..." 1>&2

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]