[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5205] rm old bindir/makeinfo before making link
From: |
karl |
Subject: |
[5205] rm old bindir/makeinfo before making link |
Date: |
Sun, 24 Feb 2013 23:34:40 +0000 |
Revision: 5205
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5205
Author: karl
Date: 2013-02-24 23:34:39 +0000 (Sun, 24 Feb 2013)
Log Message:
-----------
rm old bindir/makeinfo before making link
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2013-02-24 23:31:59 UTC (rev 5204)
+++ trunk/ChangeLog 2013-02-24 23:34:39 UTC (rev 5205)
@@ -1,5 +1,9 @@
2013-02-24 Karl Berry <address@hidden>
+ * tp/Makefile.am (install-exec-hook): rm old makeinfo,
+ possibly a binary, before making the link.
+ Report from Ken Moffat, 23 Feb 2013 21:31:33.
+
* doc/texinfo.txi (Other Customization Variables): OPEN_ and
CLOSE_QUOTE_SYMBOL now apply to Info too.
(@t{@@code}): mention this.
Modified: trunk/tp/Makefile.am
===================================================================
--- trunk/tp/Makefile.am 2013-02-24 23:31:59 UTC (rev 5204)
+++ trunk/tp/Makefile.am 2013-02-24 23:34:39 UTC (rev 5205)
@@ -250,6 +250,7 @@
fi
install-exec-hook:
+ rm -f $(DESTDIR)$(bindir)/makeinfo
-$(LN_S) texi2any $(DESTDIR)$(bindir)/makeinfo
dist-hook:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5205] rm old bindir/makeinfo before making link,
karl <=