2 $(MAKEINFO) -I$(srcdir) $<
5 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
7 # Look in both . and srcdir because the info pages might have been
8 # rebuilt in the build directory. Can't cd to srcdir; that might
9 # break a possible install-sh reference.
10 install-info: $(INFO_DEPS)
11 $(top_srcdir)/mkinstalldirs $(infodir)
12 for file in $(INFO_DEPS); do \
13 if test -f $$file; then \
18 for ifile in $${file}*; do \
19 $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
21 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
22 install-info --infodir=$(infodir) $$d/$$file; \
29 cd $(srcdir); for file in *.info*; do
30 rm -f $(infodir)/$$file; \
40 maintainer-clean-info: