2006-04-20 17:59:14 -05:00
|
|
|
AUTOMAKE_OPTIONS = dist-bzip2 foreign nostdinc
|
2006-04-30 21:24:35 -05:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
autogen.sh \
|
|
|
|
mingw-configure \
|
|
|
|
cygwin-configure \
|
2006-06-12 12:54:13 -05:00
|
|
|
makewin \
|
2006-08-03 00:39:06 -05:00
|
|
|
THANKS \
|
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
|
|
|
medit.desktop.in
|
2005-06-22 18:20:32 +00:00
|
|
|
|
2006-08-03 00:39:06 -05:00
|
|
|
DIST_SUBDIRS = m4 moo tests po
|
|
|
|
SUBDIRS = moo tests po
|
2005-10-13 14:08:18 +00:00
|
|
|
|
2006-05-08 15:41:36 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
|
2005-11-05 12:34:09 +00:00
|
|
|
|
2006-08-03 00:39:06 -05:00
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
DESKTOP_IN_FILES = medit.desktop.in
|
|
|
|
DESKTOP_FILES =$(DESKTOP_IN_FILES:.desktop.in=.desktop)
|
2006-04-28 16:07:52 -05:00
|
|
|
desktopdir = $(datadir)/applications
|
2006-08-03 00:39:06 -05:00
|
|
|
desktop_DATA = $(DESKTOP_FILES)
|
|
|
|
|
2006-04-28 16:07:52 -05:00
|
|
|
appicondir = $(datadir)/pixmaps
|
|
|
|
appicon_DATA = moo/mooutils/pixmaps/medit.png
|
2006-06-11 03:03:41 -05:00
|
|
|
hicolor = $(datadir)/icons/hicolor
|
|
|
|
iconthemedir = $(hicolor)/48x48/apps
|
2006-05-04 18:17:50 -05:00
|
|
|
icontheme_DATA = moo/mooutils/pixmaps/medit.png
|
2005-11-05 13:49:44 +00:00
|
|
|
|
2006-06-23 02:31:37 -05: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
|
2006-06-11 03:03:41 -05:00
|
|
|
|
2006-08-01 04:57:26 -05:00
|
|
|
all-am: wininstaller/medit.iss
|