diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-10 22:04:19 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-10 22:04:19 +0100 |
commit | 2bfcb68e6ee70adf94c44ddfd9071a0e31cc4f82 (patch) | |
tree | 36a85abf4e7e1de3b3c366a804de1a0238f152cb | |
parent | redshift.c: Use LOCALEDIR define. (diff) | |
download | redshift-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.am | 6 |
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 |