Index: auctex/doc/Makefile.in diff -u auctex/doc/Makefile.in:1.37 auctex/doc/Makefile.in:1.38 --- auctex/doc/Makefile.in:1.37 Tue Jul 12 00:32:05 2005 +++ auctex/doc/Makefile.in Tue May 30 21:56:23 2006 @@ -5,6 +5,7 @@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ +MAKEINFO_PLAIN=-D rawfile --no-headers --no-validate [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ @@ -120,38 +121,28 @@ # disttexts ../INSTALL: install.texi macros.texi - $(MAKEINFO) -D rawfile --no-headers \ - install.texi --output $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) install.texi --output $@ ../INSTALL.windows: wininstall.texi macros.texi - $(MAKEINFO) -D rawfile --no-headers \ - wininstall.texi --output $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) wininstall.texi --output $@ ../README: intro.texi preview-readme.texi macros.texi - $(MAKEINFO) -D rawfile --no-headers \ - intro.texi --output $@ - $(MAKEINFO) -D rawfile --no-headers \ - preview-readme.texi --output - >> $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) intro.texi --output $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) preview-readme.texi --output - >> $@ ../CHANGES: changes.texi macros.texi - $(MAKEINFO) -D rawfile --no-headers \ - changes.texi --output $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) changes.texi --output $@ ../TODO: todo.texi preview-todo.texi macros.texi - $(MAKEINFO) -D rawfile --no-headers \ - todo.texi --output $@ - $(MAKEINFO) -D rawfile --no-headers \ - preview-todo.texi --output - >> $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) todo.texi --output $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) preview-todo.texi --output - >> $@ ../FAQ: faq.texi preview-faq.texi macros.texi - $(MAKEINFO) -D rawfile --no-headers \ - faq.texi --output $@ - $(MAKEINFO) -D rawfile --no-headers \ - --number-sections preview-faq.texi --output - >> $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) faq.texi --output $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) --number-sections preview-faq.texi --output - >> $@ ../PROBLEMS: preview-problems.texi macros.texi - $(MAKEINFO) -D rawfile --no-headers \ - --number-sections preview-problems.texi --output $@ + $(MAKEINFO) $(MAKEINFO_PLAIN) --number-sections preview-problems.texi --output $@ # clean
_______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
