19 lines
525 B
Makefile
19 lines
525 B
Makefile
SUBDIRS = lout dw dlib dpip src doc dpid dpi test
|
|
|
|
dist_bin_SCRIPTS = flenser-install-hyphenation
|
|
|
|
EXTRA_DIST = README.md Doxyfile flenserrc install-dpi-local d_size.h
|
|
|
|
sysconf_DATA = flenserrc
|
|
|
|
desktopdir = $(datadir)/applications
|
|
desktop_DATA = Flenser.desktop
|
|
|
|
appicon48dir = $(datadir)/icons/hicolor/48x48/apps/
|
|
appicon48_DATA = icons/48x48/flenser.png
|
|
|
|
appicon128dir = $(datadir)/icons/hicolor/128x128/apps/
|
|
appicon128_DATA = icons/128x128/flenser.png
|
|
|
|
EXTRA_DIST += $(desktop_DATA) $(appicon48_DATA) $(appicon128_DATA)
|