--- gnome-applets-2.1.1/mini-commander/src/Makefile.am 2002-09-25 20:36:15 +0400 +++ gnome-applets-2.1.1/mini-commander/src/Makefile.am.tooldir 2002-11-04 06:14:40 +0300 @@ -13,7 +13,7 @@ libexec_PROGRAMS = mini_commander_applet -tooldir = $(libexecdir)/gnome-applets +tooldir = $(libexecdir) tool_PROGRAMS = mc-install-default-macros mini_commander_applet_SOURCES = \ --- gnome-applets-2.3.6/xmldocs.make 2003-07-17 12:25:25 +0400 +++ gnome-applets-2.3.6/xmldocs.make.fixed 2003-07-17 12:33:53 +0400 @@ -41,6 +41,8 @@ # ********** You should not have to edit below this line ********** xml_files = $(entities) $(docname).xml +ourdir=`pwd` + EXTRA_DIST = $(xml_files) $(omffile) CLEANFILES = omf_timestamp @@ -49,8 +51,7 @@ all: omf $(docname).xml: $(entities) - -ourdir=`pwd`; \ - cd $(srcdir); \ + -cd $(srcdir); \ cp $(entities) $$ourdir app-dist-hook: