aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: