auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/Makefile.in,v


From: Reiner Steib
Subject: [AUCTeX-diffs] Changes to auctex/Makefile.in,v
Date: Wed, 07 Jun 2006 13:19:35 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Reiner Steib <rsteib>   06/06/07 13:19:34

Index: Makefile.in
===================================================================
RCS file: /sources/auctex/auctex/Makefile.in,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -b -r1.136 -r1.137
--- Makefile.in 7 Jun 2006 13:16:45 -0000       1.136
+++ Makefile.in 7 Jun 2006 13:19:34 -0000       1.137
@@ -44,7 +44,8 @@
 .SUFFIXES: .el .elc .texi
 
 SHELL = /bin/sh
-CP_A = cp -pR
+CP = cp -p
+CP_A = $(CP) -R
 
 DIST_PREFIX = /home/tmp/auctex-
 FTPDIR = $(DIST_PREFIX)ftp
@@ -306,16 +307,16 @@
        mkdir -p $(FTPDIR)
        tar -cf - --owner=root --group=root auctex-$(TAG) | gzip --best > 
$(FTPDIR)/auctex-$(TAG).tar.gz
        -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)
-       cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
-       cp auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)
+       $(CP) auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
+       $(CP) auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)
 # The following files aren't fetch from auctex-$(TAG).  Is this intended?
        cd doc && $(MAKE) extradist
-       cp doc/auctex.ps doc/auctex.pdf doc/tex-ref.ps doc/tex-ref.pdf $(FTPDIR)
-       cp ChangeLog $(FTPDIR)
+       $(CP) doc/auctex.ps doc/auctex.pdf doc/tex-ref.ps doc/tex-ref.pdf 
$(FTPDIR)
+       $(CP) ChangeLog $(FTPDIR)
 
 rpm-builds:
        rpmbuild -ta $(RPM_SIGN) $(FTPDIR)/auctex-$(TAG).tar.gz
-       cp $(RPMROOT)/{RPMS/noarch/auctex-emacs,SRPMS/auctex}-$(TAG)[.-]* 
$(FTPDIR)
+       $(CP) $(RPMROOT)/{RPMS/noarch/auctex-emacs,SRPMS/auctex}-$(TAG)[.-]* 
$(FTPDIR)
 
 full-release:
        rm -f $(FTPDIR)/*.{directive,asc,sig}
@@ -350,13 +351,13 @@
        rm -rf $(WWWDIR)
        mkdir -p $(WWWDIR)/auctex-manual
        mkdir -p $(WWWDIR)/preview-manual
-       cp doc/*.texi $(WWWDIR)/auctex-manual
-       cp doc/*.texi $(WWWDIR)/preview-manual
+       $(CP) doc/*.texi $(WWWDIR)/auctex-manual
+       $(CP) doc/*.texi $(WWWDIR)/preview-manual
        cd $(WWWDIR)/auctex-manual \
        && wget -O gendocs.sh 
'http://savannah.gnu.org/cgi-bin/viewcvs/%2acheckout%2a/texinfo/texinfo/util/gendocs.sh?rev=HEAD'
 \
        && chmod u+x gendocs.sh \
        && wget -O gendocs_template 
'http://savannah.gnu.org/cgi-bin/viewcvs/%2acheckout%2a/texinfo/texinfo/util/gendocs_template?rev=HEAD'
 \
        && ./gendocs.sh auctex "AUCTeX Manual" \
-       && cp gendocs.sh gendocs_template $(WWWDIR)/preview-manual
+       && $(CP) gendocs.sh gendocs_template $(WWWDIR)/preview-manual
        cd $(WWWDIR)/preview-manual \
        && ./gendocs.sh preview-latex "preview-latex Manual"




reply via email to

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