[Top][All Lists]
[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:16:46 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: Reiner Steib <rsteib> 06/06/07 13:16:45
Index: Makefile.in
===================================================================
RCS file: /sources/auctex/auctex/Makefile.in,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -b -r1.135 -r1.136
--- Makefile.in 4 Jun 2006 20:55:03 -0000 1.135
+++ Makefile.in 7 Jun 2006 13:16:45 -0000 1.136
@@ -49,6 +49,7 @@
DIST_PREFIX = /home/tmp/auctex-
FTPDIR = $(DIST_PREFIX)ftp
WWWDIR = $(DIST_PREFIX)www
+XEMACS_BUILD_DIR = xemacs-build
COMMITTER_NAME="David Kastrup"
address@hidden
RPMROOT = /usr/src/redhat
@@ -261,6 +262,7 @@
tar-ball-clean:
@if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
rm -rf auctex-$(TAG)/
+ rm -rf $(XEMACS_BUILD_DIR)/
wc:
wc $(AUCSRC) $(STYLESRC)
@@ -338,9 +340,9 @@
>$(FTPDIR)/auctex-$(OLD)-to-$(TAG).patch.gz
xemacs-package:
- rm -rf xemacs-build
- $(CP_A) auctex-$(TAG) xemacs-build
- cd xemacs-build \
+ rm -rf $(XEMACS_BUILD_DIR)
+ $(CP_A) auctex-$(TAG) $(XEMACS_BUILD_DIR)
+ cd $(XEMACS_BUILD_DIR) \
&& ./configure INSTALL_INFO=: TEXHASH=: --with-xemacs
--with-packagedir=`pwd`/xemacs-package --without-texmf-dir
--with-auto-dir=etc/auctex/auto \
&& make all install-man install && cd xemacs-package && tar -cf -
--owner=root --group=root . | gzip --best > $(FTPDIR)/auctex-$(TAG)-pkg.tar.gz
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/04
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/04
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/04
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v,
Reiner Steib <=
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, David Kastrup, 2006/06/08