[Top][All Lists]
[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, 02 May 2005 10:37:45 -0400 |
Index: auctex/Makefile.in
diff -u auctex/Makefile.in:1.88 auctex/Makefile.in:1.89
--- auctex/Makefile.in:1.88 Sun May 1 15:13:55 2005
+++ auctex/Makefile.in Mon May 2 14:37:44 2005
@@ -120,6 +120,21 @@
echo "(provide 'tex-site)" >>$@ ; \
test X$(packagedir) != Xno || echo ";;; tex-site.el ends here" >>$@
+tex-site.el.out: tex-site.el.in Makefile config.status
+ ./config.status
+
+auctex.el: auctex.el.in
+ ./config.status
+
+configure: configure.ac preview/aclocal.m4
+ autoconf -I preview
+
+Makefile: Makefile.in config.status
+ ./config.status
+
+config.status: configure
+ ./config.status --recheck
+
auto-loads.el: $(AUCSRC) Makefile
test X$(packagedir) != Xno || \
rm -f $@ ; \
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/05/01
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/05/01
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/05/01
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/05/01
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/05/01
- [AUCTeX-diffs] Changes to auctex/Makefile.in,
David Kastrup <=
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Reiner Steib, 2005/05/06
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/05/10
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/05/11
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Reiner Steib, 2005/05/11
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Masayuki Ataka, 2005/05/14
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/05/17
- [AUCTeX-diffs] Changes to auctex/Makefile.in, David Kastrup, 2005/05/17
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/05/17
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Masayuki Ataka, 2005/05/19
- [AUCTeX-diffs] Changes to auctex/Makefile.in, Ralf Angeli, 2005/05/30