[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: |
Sun, 04 Jun 2006 20:55:04 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: Reiner Steib <rsteib> 06/06/04 20:55:03
Index: Makefile.in
===================================================================
RCS file: /sources/auctex/auctex/Makefile.in,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- Makefile.in 4 Jun 2006 20:17:16 -0000 1.134
+++ Makefile.in 4 Jun 2006 20:55:03 -0000 1.135
@@ -52,6 +52,7 @@
COMMITTER_NAME="David Kastrup"
address@hidden
RPMROOT = /usr/src/redhat
+RPM_SIGN = --sign
MULESRC = @MULESRC@
MULEELC = @MULEELC@
@@ -305,12 +306,13 @@
-zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(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)
rpm-builds:
- rpmbuild -ta --sign $(FTPDIR)/auctex-$(TAG).tar.gz
+ rpmbuild -ta $(RPM_SIGN) $(FTPDIR)/auctex-$(TAG).tar.gz
cp $(RPMROOT)/{RPMS/noarch/auctex-emacs,SRPMS/auctex}-$(TAG)[.-]*
$(FTPDIR)
full-release:
- [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, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, David Kastrup, 2006/06/08