medit/Makefile.am

54 lines
1.3 KiB
Makefile
Raw Normal View History

2006-04-20 15:59:14 -07:00
AUTOMAKE_OPTIONS = dist-bzip2 foreign nostdinc
EXTRA_DIST = \
autogen.sh \
mingw-configure \
cygwin-configure \
2006-06-12 10:54:13 -07:00
makewin \
2006-08-02 22:39:06 -07:00
THANKS \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
mkpotsubdirs \
2006-08-02 22:39:06 -07:00
medit.desktop.in
2005-06-22 11:20:32 -07:00
all-am: pot-subdirs-stamp wininstaller/medit.iss
pot-subdirs-stamp: po/POTFILES.in
$(SHELL) $(srcdir)/mkpotsubdirs "$(srcdir)"
CLEANFILES = pot-subdirs-stamp
2006-08-02 22:39:06 -07:00
DIST_SUBDIRS = m4 moo tests po
# need to create pot-subdirs-stamp before it goes to po/
SUBDIRS = moo tests . po
2006-05-08 13:41:36 -07:00
ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
2006-08-02 22:39:06 -07:00
@INTLTOOL_DESKTOP_RULE@
DESKTOP_IN_FILES = medit.desktop.in
DESKTOP_FILES =$(DESKTOP_IN_FILES:.desktop.in=.desktop)
2006-04-28 14:07:52 -07:00
desktopdir = $(datadir)/applications
2006-08-02 22:39:06 -07:00
desktop_DATA = $(DESKTOP_FILES)
2006-08-13 04:05:50 -07:00
DISTCLEANFILES = \
$(DESKTOP_FILES) \
intltool-extract \
intltool-merge \
intltool-update
2006-04-28 14:07:52 -07:00
appicondir = $(datadir)/pixmaps
appicon_DATA = moo/mooutils/pixmaps/medit.png
2006-06-11 01:03:41 -07:00
hicolor = $(datadir)/icons/hicolor
iconthemedir = $(hicolor)/48x48/apps
2006-05-04 16:17:50 -07:00
icontheme_DATA = moo/mooutils/pixmaps/medit.png
2005-11-05 05:49:44 -08:00
2006-06-23 00:31:37 -07:00
# update_icon_cache = gtk-update-icon-cache -f -t $(hicolor)
#
# install-data-hook:
# if echo "Updating icon cache" && $(update_icon_cache); then \
# echo "Done."; \
# else \
# echo "*** GTK icon cache not updated. After install, run this:";\
# echo $(update_icon_cache); \
# fi