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 mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to