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: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/doc/Makefile.in
Date: Sat, 30 Apr 2005 18:44:01 -0400

Index: auctex/doc/Makefile.in
diff -u auctex/doc/Makefile.in:1.24 auctex/doc/Makefile.in:1.25
--- auctex/doc/Makefile.in:1.24 Thu Apr 28 01:44:59 2005
+++ auctex/doc/Makefile.in      Sat Apr 30 22:43:58 2005
@@ -5,6 +5,7 @@
 address@hidden@
 address@hidden@
 address@hidden@ @MAKEINFO_MACROS@
+MAKEINFOINC=$(MAKEINFO) -I ../preview/doc
 address@hidden@
 address@hidden@
 address@hidden@
@@ -15,7 +16,7 @@
 MKINSTALLDIRS = ../mkinstalldirs
 address@hidden@
 TEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \
-       changes.texi todo.texi faq.texi macros.texi quickstart.texi
+       changes.texi todo.texi faq.texi ../preview/doc/macros.texi 
quickstart.texi
 DISTTEXTS = ../README ../INSTALL ../TODO ../INSTALL.windows ../FAQ ../CHANGES
 
 all: auctex.dvi tex-ref.dvi auctex.info
@@ -41,40 +42,40 @@
        $(PDFTEX) tex-ref.tex
 
 auctex.dvi: $(TEXIFILES)
-       MAKEINFO="$(MAKEINFO)" $(TEXI2DVI) auctex.texi
+       MAKEINFO="$(MAKEINFOINC)" $(TEXI2DVI) auctex.texi
 
 auctex.pdf: $(TEXIFILES)
-       MAKEINFO="$(MAKEINFO)" $(TEXI2PDF) auctex.texi
+       MAKEINFO="$(MAKEINFOINC)" $(TEXI2PDF) auctex.texi
 
 # dvips spews two error lines.  I don't know why.
 auctex.ps: auctex.dvi
        $(DVIPS) auctex.dvi -Ppdf -o auctex.ps
 
 auctex.info: $(TEXIFILES)
-       $(MAKEINFO) auctex.texi
+       $(MAKEINFOINC) auctex.texi
 
-../INSTALL: install.texi
-       $(MAKEINFO) -D rawfile --no-headers  \
+../INSTALL: install.texi ../preview/doc/macros.texi
+       $(MAKEINFOINC) -D rawfile --no-headers  \
                install.texi --output $@
 
-../INSTALL.windows: wininstall.texi
-       $(MAKEINFO) -D rawfile --no-headers  \
+../INSTALL.windows: wininstall.texi ../preview/doc/macros.texi
+       $(MAKEINFOINC) -D rawfile --no-headers  \
                wininstall.texi --output $@
 
-../README: intro.texi
-       $(MAKEINFO) -D rawfile --no-headers  \
+../README: intro.texi ../preview/doc/macros.texi
+       $(MAKEINFOINC) -D rawfile --no-headers  \
                intro.texi --output $@
 
-../CHANGES: changes.texi
-       $(MAKEINFO) -D rawfile --no-headers  \
+../CHANGES: changes.texi ../preview/doc/macros.texi
+       $(MAKEINFOINC) -D rawfile --no-headers  \
                changes.texi --output $@
 
-../TODO: todo.texi macros.texi
-       $(MAKEINFO) -D rawfile --no-headers  \
+../TODO: todo.texi ../preview/doc/macros.texi
+       $(MAKEINFOINC) -D rawfile --no-headers  \
                todo.texi --output $@
 
-../FAQ: faq.texi macros.texi
-       $(MAKEINFO) -D rawfile --no-headers  \
+../FAQ: faq.texi ../preview/doc/macros.texi
+       $(MAKEINFOINC) -D rawfile --no-headers  \
                faq.texi --output $@
 
 disttexts: $(DISTTEXTS)




reply via email to

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