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: Sat, 08 Aug 2009 16:31:32 +0000

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

Index: Makefile
===================================================================
RCS file: /sources/auctex/reftex/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Makefile    2 Jan 2008 20:25:28 -0000       1.13
+++ Makefile    8 Aug 2009 16:31:32 -0000       1.14
@@ -33,7 +33,7 @@
 ##  (or pass your own values for them to make)
 ##----------------------------------------------------------------------
 
-# Where local software is found
+# Where local software is located.
 prefix=/usr/local
 
 # Where info files go.
@@ -42,13 +42,13 @@
 # Where local lisp files go.
 lispdir=$(prefix)/share/emacs/site-lisp/reftex
 
-# Name of your emacs binary
+# Name of emacs binary.
 EMACS=emacs
 
-# How to create directories
+# How to create directories.
 MKDIR=mkdir -p
 
-# How to move the byte compiled files to their destination.
+# How to move files.
 MV=mv
 
 # How to copy the lisp files to their distination.
@@ -77,7 +77,7 @@
        cd lisp && make INSTALL_DATA="$(INSTALL_DATA)" MKDIR="$(MKDIR)" \
                lispdir="$(lispdir)" install
        cd doc && make INSTALL_DATA="$(INSTALL_DATA)" MKDIR="$(MKDIR)" \
-               infodir="$(infodir)" install
+               MV="$(MV)" infodir="$(infodir)" install
 
 info:
        cd doc && make info
@@ -139,7 +139,7 @@
 
 release-commit:
        @if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
-       mv ChangeLog ChangeLog.old
+       $(MV) ChangeLog ChangeLog.old
        echo `date "+%Y-%m-%d "`" "${COMMITTER} > ChangeLog
        echo >> ChangeLog
        echo "  * Version" $(TAG) released. >> ChangeLog




reply via email to

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