aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index 7cfb190..56e85df 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -40,3 +40,8 @@ $(POFILES): $(TEMPLATE)
%.msg: %.po
msgfmt --check --tcl --locale=$* -d . $<
+
+
+install: $(MSGFILES)
+ install -d $(DESTDIR)
+ install $(MSGFILES) $(DESTDIR)