fix one last occurrence of not using $(DESTDIR).
authorMark McLoughlin <mark@skynet.ie>
Tue, 17 Feb 2004 21:47:26 +0000 (21:47 +0000)
committerMark McLoughlin <markmc@src.gnome.org>
Tue, 17 Feb 2004 21:47:26 +0000 (21:47 +0000)
2004-02-17  Mark McLoughlin  <mark@skynet.ie>

        * doc-build/xmldocs.make: fix one last occurrence of
        not using $(DESTDIR).

svn path=/trunk/; revision=3437

ChangeLog
doc-build/xmldocs.make

index 85fbc6d..26f776d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-17  Mark McLoughlin  <mark@skynet.ie>
+
+       * doc-build/xmldocs.make: fix one last occurrence of
+       not using $(DESTDIR).
+
 === gnome-common 2.4.0 ===
 
 2003-10-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
index 0bc3596..84d0f2b 100644 (file)
@@ -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