Index: auctex/Makefile.in
diff -u auctex/Makefile.in:1.92 auctex/Makefile.in:1.93
--- auctex/Makefile.in:1.92     Wed May 11 11:07:43 2005
+++ auctex/Makefile.in  Wed May 11 20:33:49 2005
@@ -286,7 +286,7 @@
 tar-ball:
        if [ -d auctex-$(TAG) ]; then rm -r auctex-$(TAG) ; fi
        mkdir auctex-$(TAG)
-       cvs export -d auctex-$(TAG) `echo $(TAG)|sed -e '/^[-0-9]*$$/s//-D &/' 
-e '/[.]/{s/^/-r release_/;s/[.]/_/g}'` auctex
+       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
        chmod -R go-w+rX auctex-$(TAG)
        rm -rf $(FTPDIR) $(WWWDIR)/doc


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

Reply via email to