CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    09/08/08 16:31:10

Index: Makefile
===================================================================
RCS file: /sources/auctex/reftex/doc/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- Makefile    7 Mar 2008 20:28:52 -0000       1.10
+++ Makefile    8 Aug 2009 16:31:10 -0000       1.11
@@ -69,6 +69,8 @@
 install: reftex.info
        if [ ! -d $(infodir) ]; then $(MKDIR) $(infodir); else true; fi ;
        $(INSTALL_DATA) reftex.info $(infodir)
+       test ! -f $(infodir)/reftex || \
+         $(MV) $(infodir)/reftex $(infodir)/reftex.old
        -$(INSTALL_INFO) --info-dir=$(infodir) --remove reftex
        -$(INSTALL_INFO) --info-dir=$(infodir) reftex.info
 


_______________________________________________
auctex-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to