2000-12-10 Jim Meyering <meyering@lucent.com>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 10 Dec 2000 14:46:56 +0000 (14:46 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 10 Dec 2000 14:46:56 +0000 (14:46 +0000)
* Makefile.in (.texi): Use `-I $(srcdir)' with `makeinfo' so that
non-srcdir builds work.

texi/ChangeLog
texi/Makefile.in

index df70d52..9c810db 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-10  Jim Meyering  <meyering@lucent.com>
+
+       * Makefile.in (.texi): Use `-I $(srcdir)' with `makeinfo' so that
+       non-srcdir builds work.
+
 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi (Fancy Mail Splitting): Add.
index b6a11eb..1fcb93a 100644 (file)
@@ -30,7 +30,7 @@ most: texi2latex.elc latex latexps
 
 .texi:
        if test "x$(MAKEINFO)" != "xno" ; then \
-         makeinfo -o $* $<; \
+         makeinfo -I $(srcdir) -o $* $<; \
        else \
          $(EMACSINFO) -eval '(find-file "$<")' $(EMACSINFOHACK) $(XINFOSWI); \
        fi