2cb278cdb3
Add small, optimized application icons and an all new news-feed icon including optimized versions. The build scripts are updated, and the data folder renamed to icons. Plus the wscript_build is improved. Of course, Midori now tests the icon theme for news-feed and uses it.
22 lines
451 B
Makefile
22 lines
451 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
SUBDIRS = katze midori po icons
|
|
|
|
desktopdir = $(datadir)/applications
|
|
desktop_in_files = midori.desktop
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
DISTCLEANFILES = \
|
|
midori.desktop \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update
|
|
|
|
EXTRA_DIST = \
|
|
HACKING \
|
|
TODO \
|
|
midori.desktop.in \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in
|