automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Show where you uninstall info files


From: Ralf Wildenhues
Subject: Show where you uninstall info files
Date: Wed, 22 Dec 2004 08:38:54 +0100
User-agent: Mutt/1.4.1i

It looked to me like it was doing the wrong thing.  This patch against
HEAD IMHO shows more clearly what `uninstall-info-am' really does.

Regards,
Ralf

        * lib/am/texinfos.am (uninstall-info-am): Show change of
        directory while uninstalling DJGPP-styl info files.

Index: lib/am/texinfos.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/texinfos.am,v
retrieving revision 1.112
diff -u -r1.112 texinfos.am
--- lib/am/texinfos.am  28 Jan 2004 20:50:43 -0000      1.112
+++ lib/am/texinfos.am  22 Dec 2004 07:35:23 -0000
@@ -218,6 +218,7 @@
 ## DJGPP-style info files.  See comment in install-info-am.
          relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
          (if cd "$(DESTDIR)$(infodir)"; then \
+            echo "cd $(DESTDIR)$(infodir) &&"; \
             echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] 
$$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \
             rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] 
$$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
           else :; fi); \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]