aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 70df15eead0492a2cb4dbe5c58a2079376693978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

SUBDIRS = src po
ACLOCAL_AMFLAGS = -I m4

# Icons
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