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

SUBDIRS = src po
ACLOCAL_AMFLAGS = -I m4

# Icons
icondir = @datadir@/icons/hicolor/scalable/apps
icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg \
    data/icons/hicolor/scalable/apps/redshift-idle.svg

EXTRA_DIST = $(icon_DATA)


# Update PO translations
.PHONY: update-po
update-po:
	cd po && $(MAKE) POTFILES redshift.pot update-po