aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-02-10 22:04:19 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-02-10 22:04:19 +0100
commit2bfcb68e6ee70adf94c44ddfd9071a0e31cc4f82 (patch)
tree36a85abf4e7e1de3b3c366a804de1a0238f152cb
parentredshift.c: Use LOCALEDIR define. (diff)
downloadredshift-ng-2bfcb68e6ee70adf94c44ddfd9071a0e31cc4f82.tar.gz
redshift-ng-2bfcb68e6ee70adf94c44ddfd9071a0e31cc4f82.tar.bz2
redshift-ng-2bfcb68e6ee70adf94c44ddfd9071a0e31cc4f82.tar.xz
Add update-po rule in top-level Makefile
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d0944f..0761e50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,3 +47,9 @@ icondir = @datadir@/icons/hicolor/scalable/apps
icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg
EXTRA_DIST = $(icon_DATA)
+
+
+# Update PO translations
+.PHONY: update-po
+update-po:
+ cd po && $(MAKE) POTFILES redshift.pot update-po