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

EXTRA_DIST = matchbox-stroke.desktop matchbox-stroke.png \
             matchbox-stroke-fullscreen.desktop matchbox-stroke-fullscreen.png

desktopdir = $(datadir)/applications/inputmethods
desktop_DATA = matchbox-stroke.desktop 

# disabled for now;
# matchbox-stroke-fullscreen.desktop 

pixmapsdir = $(datadir)/pixmaps/
pixmaps_DATA = matchbox-stroke.png matchbox-stroke-fullscreen.png

snapshot:
	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`