summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index cfba08e..e2b746e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -85,8 +85,8 @@ ${DOCBASE}-$(1)/index.html:: ${DOCBASE}-$(1).xml $$(XMLEXTRAFILES-$(1))
[ -z "${HTMLCSSEXTRA}" ] || \
cp ${HTMLCSSEXTRA} $(DOCBASE)-$(1)/watermark.png
[ ! -d figs ] || \
- ${FDPDIR}/docs-common/bin/copy-figs -v -f '*.png' \
- figs $(DOCBASE)-$(1)
+ ${FDPDIR}/docs-common/bin/copy-figs -v -f '*.png' \
+ -l ${LANG} figs $(DOCBASE)-$(1)
endef
#
html:: $(foreach LANG,${LANGUAGES},$(DOCBASE)-$(LANG)/index.html)