auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to reftex/Makefile,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to reftex/Makefile,v
Date: Wed, 02 Jan 2008 20:25:28 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    08/01/02 20:25:28

Index: Makefile
===================================================================
RCS file: /sources/auctex/reftex/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- Makefile    23 Aug 2007 21:36:03 -0000      1.12
+++ Makefile    2 Jan 2008 20:25:28 -0000       1.13
@@ -52,12 +52,15 @@
 MV=mv
 
 # How to copy the lisp files to their distination.
-CP=cp -p
+INSTALL=install -c
+INSTALL_DATA=${INSTALL} -m 644
 
 ##----------------------------------------------------------------------
 ##  BELOW THIS LINE ON YOUR OWN RISK!
 ##----------------------------------------------------------------------
 
+CP=cp -p
+
 SHELL=/bin/sh
 
 .SUFFIXES: .el .elc .texi
@@ -71,8 +74,10 @@
        cd lisp && make EMACS="$(EMACS)" lisp
 
 install:
-       cd lisp && make CP="$(CP)" MKDIR="$(MKDIR)" lispdir="$(lispdir)" install
-       cd doc && make CP="$(CP)" MKDIR="$(MKDIR)" infodir="$(infodir)" install
+       cd lisp && make INSTALL_DATA="$(INSTALL_DATA)" MKDIR="$(MKDIR)" \
+               lispdir="$(lispdir)" install
+       cd doc && make INSTALL_DATA="$(INSTALL_DATA)" MKDIR="$(MKDIR)" \
+               infodir="$(infodir)" install
 
 info:
        cd doc && make info




reply via email to

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