diff options
-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 |