aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40d8268..a696e1f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,12 @@
# along with dudle. If not, see <http://www.gnu.org/licenses/>. #
############################################################################
+.DELETE_ON_ERROR:
+.POSIX:
+
DOMAIN=dudle
+.PHONY: locale
locale: $(foreach p,$(wildcard locale/*/$(DOMAIN).po), $(addsuffix .mo,$(basename $p)))
RGETTEXT=$(firstword $(shell which rgettext rxgettext))