diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-27 00:27:36 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-27 00:27:36 +0100 |
commit | dd1a6480c2fadcdf65f36a5f755c145ef3fe1dad (patch) | |
tree | aec6fd18996f03b0ec33d944f8a90aeecf7a0e5b /Makefile | |
parent | 8207a255c9f8ed7a6e05a675d79f9423661e7eef (diff) | |
download | club1-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-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |