summaryrefslogtreecommitdiff
path: root/xmldocs.make
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@Sun.Com>2005-01-28 18:14:38 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-01-28 18:14:38 +0000
commit6547f64ca7d35aa129694b2693864701e9f67fb0 (patch)
treeb8bab1ecebe9130cd21969ba038541396563a16d /xmldocs.make
parent27e927e3073d4e5554cb65017f3e23f200ff2555 (diff)
downloadgdm-6547f64ca7d35aa129694b2693864701e9f67fb0.tar.gz
Added distuninstallcheck_listfiles for the files in /var/scrollkeeper,
Tue Jan 25 17:18:00 2005 Brian Cameron <Brian.Cameron@Sun.Com> * This patch makes gdm2 build with newer versions of the build tools. Previously it was requiring automake-1.4, autoconf-1.4, and clocal-1.4. Better error checking in the newer version caught the following issues: * Makefile.am: Added distuninstallcheck_listfiles for the files in /var/scrollkeeper, which were causing "makedist" to fail. Removed intltool-modules/XML/Parser/Style/OrigTree.pm from EXTRA_DIST since that file isn't required by newer versions of intltool. * omf.make, xmldocs.make: Fixed errors in "makedist". I found a pointer to the fix here: mail.gnome.org/archives/desktop-devel-list/2003-December/msg00587.html * gui/Makefile.am, gui/greeter/themes/circles/Makefile.am, gui/modules/Makefile.am, gui/greeter/themes/happygnome/Makefile.am, config/Makefile.am, gui/greeter/themes/happygnome-list/Makefile.am: Added clean-local and uninstall-hook to fix errors in "makedist". Made sure all *.desktop files are in EXTRA_DIST. * daemon/slave.c: Not related to above patches. Fixed grammar again since we aren't in a string freeze. Sorry for the confusion.
Diffstat (limited to 'xmldocs.make')
-rw-r--r--xmldocs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmldocs.make b/xmldocs.make
index 0bc35963..84d0f2bc 100644
--- a/xmldocs.make
+++ b/xmldocs.make
@@ -83,7 +83,7 @@ uninstall-local-doc:
-if test "$(figdir)"; then \
for file in $(srcdir)/$(figdir)/*.png; do \
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- rm -f $(docdir)/$(figdir)/$$basefile; \
+ rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
done; \
rmdir $(DESTDIR)$(docdir)/$(figdir); \
fi