Index: auctex/autogen.sh
diff -u auctex/autogen.sh:1.6 auctex/autogen.sh:1.7
--- auctex/autogen.sh:1.6       Wed Apr 27 16:16:39 2005
+++ auctex/autogen.sh   Thu Apr 28 01:45:00 2005
@@ -3,14 +3,11 @@
 then autoconf -I preview
 else $AUTOCONF -I preview
 fi
-
+rm -rf autom4te.cache
 cd doc
-# We don't want to rename intro.texi to readme.texi
-# in order to keep CVS history.
-makeinfo -D rawfile --no-headers --no-validate intro.texi >../README
-makeinfo -D rawfile --no-headers --no-validate install.texi >../INSTALL
-#makeinfo -D rawfile --no-headers --no-validate problems.texi >../PROBLEMS
-makeinfo -D rawfile --no-headers --no-validate todo.texi >../TODO
-makeinfo -D rawfile --no-headers --no-validate wininstall.texi 
>../INSTALL.windows
-makeinfo -D rawfile --no-headers --no-validate faq.texi >../FAQ
+make -f Makefile.in MAKEINFO=makeinfo disttexts auctex.info
+cd ..
+cd preview
+./autogen.sh
 cd ..
+


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

Reply via email to