From a43c9b3241b22f41dd428182d704ad868db04e09 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 22 Dec 2012 03:33:13 +0000 Subject: added install target svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16738 --- po/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'po') 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) -- cgit v1.2.1