aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 03:33:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 03:33:13 +0000
commita43c9b3241b22f41dd428182d704ad868db04e09 (patch)
tree00f9b49ec07dd06a95fe8c78b20528150eda8c47
parent8896bf12ad04c931fbb0f7af6fd9b302f5b03e47 (diff)
added install target
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16738
-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)