aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-27 00:27:36 +0100
committern-peugnet <n.peugnet@free.fr>2022-03-27 00:27:36 +0100
commitdd1a6480c2fadcdf65f36a5f755c145ef3fe1dad (patch)
treeaec6fd18996f03b0ec33d944f8a90aeecf7a0e5b /Makefile
parent8207a255c9f8ed7a6e05a675d79f9423661e7eef (diff)
downloadclub1-docs-dd1a6480c2fadcdf65f36a5f755c145ef3fe1dad.tar.gz
club1-docs-dd1a6480c2fadcdf65f36a5f755c145ef3fe1dad.zip
fix broken links in translations
by not using links' reference notation (https://daringfireball.net/projects/markdown/syntax#link)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c70c481..204f593 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ update-po: $(LOCALEFILES)
gettext: $(POTS)
-$(LOCALEFILES): locales/%/LC_MESSAGES/package.po: $(POTS)
+$(LOCALEFILES): locales/%/LC_MESSAGES/package.po: $(POTS) .FORCE
sphinx-intl update -p $(<D) -l $*
@touch $@
@@ -84,3 +84,6 @@ clean:
rm -f locales/*/LC_MESSAGES/*.mo
rm -rf locales/.doctrees
rm -rf $(BUILDDIR)/*
+
+.PHONY: .FORCE
+.FORCE: