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


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/Makefile.in
Date: Mon, 13 Jun 2005 19:20:16 -0400

Index: auctex/Makefile.in
diff -u auctex/Makefile.in:1.103 auctex/Makefile.in:1.104
--- auctex/Makefile.in:1.103    Thu Jun  9 15:55:51 2005
+++ auctex/Makefile.in  Mon Jun 13 23:20:15 2005
@@ -38,6 +38,8 @@
   (save-buffers-kill-emacs t))'
 DESCEND=test -z "$(subdirs)" || (OLDPWD="`pwd`";for i in ""$(subdirs);do cd 
$$i;echo "Descending into `pwd`";$(MAKE) 'DESTDIR=$(DESTDIR)' 
PACKAGE=$(PACKAGE) $@ || exit $$?;cd $$OLDPWD;echo "Ascending into 
$$OLDPWD";done)
 
+CVSFILES=autogen.sh .cvsignore doc/.cvsignore preview/.cvsignore \
+       preview/latex/.cvsignore README.CVS
 
 .SUFFIXES: .el .elc .texi
 
@@ -292,7 +294,7 @@
        test ! -d auctex-$(TAG) || rm -r auctex-$(TAG)
        mkdir auctex-$(TAG)
        cvs export -d auctex-$(TAG) `echo $(TAG)|sed -e 
'/^\([-0-9]*[0-9]\)[-a-z]*$$/s//-D \1/' -e '/[.]/{s/^/-r release_/;s/[.]/_/g}'` 
auctex
-       cd auctex-$(TAG) && ./autogen.sh
+       cd auctex-$(TAG) && ./autogen.sh && rm $(CVSFILES)
        chmod -R go-w+rX auctex-$(TAG)
        rm -rf $(FTPDIR) $(WWWDIR)/doc
        mkdir -p $(FTPDIR) $(WWWDIR)/doc
@@ -300,7 +302,7 @@
        -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)
        cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
        cp auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)
-       cd doc && $(MAKE) dist
+       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/html/*.html $(WWWDIR)/doc




reply via email to

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