summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/Makefile2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index 61413df52..dbb406c6a 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -35,7 +35,7 @@ $(TARGETS): %:
else \
# Do not fail because of missing PDF support for some languages \
if [ -n "$$web" ] ; then \
- mv ./$$destdir/install.$$lang.$$format "$$arch_destination/$$destsuffix/install.$$format.$$lang_id" 2>/dev/null || true ; \
+ mv ./$$destdir/install.$$lang.$$format "$$arch_destination/$$destsuffix/install.$$lang_id.$$format" 2>/dev/null || true ; \
else \
mv ./$$destdir/install.$$lang.$$format "$$arch_destination/$$destsuffix" 2>/dev/null || true ; \
fi ; \
diff --git a/debian/changelog b/debian/changelog
index fb2577ac9..ab5774391 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ installation-guide (20200110) UNRELEASED; urgency=medium
for the website, as it is already in the binary packages.
* Fix gawk warnings about invalid regexp escapes with latest gawk version.
Thanks to Mattia Rizzolo for the hint.
+ * Correct filename syntax for PDF and TXT formats, when building for the
+ website, to get valid filename suffixes.
-- Holger Wansing <hwansing@mailbox.org> Fri, 10 Jan 2020 23:21:11 +0100