auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/doc/Makefile.in


From: Reiner Steib
Subject: [AUCTeX-diffs] Changes to auctex/doc/Makefile.in
Date: Tue, 30 May 2006 21:56:23 +0000

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 @@
 address@hidden@
 address@hidden@
 address@hidden@
+MAKEINFO_PLAIN=-D rawfile --no-headers --no-validate
 address@hidden@
 address@hidden@
 address@hidden@
@@ -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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]