287226
--- bash-3.1/doc/Makefile.in.infotags	2006-07-12 13:57:18.000000000 +0100
287226
+++ bash-3.1/doc/Makefile.in	2006-07-12 13:58:25.000000000 +0100
287226
@@ -69,7 +69,6 @@
287226
 TEXI2HTML   = ${SUPPORT_SRCDIR}/texi2html
287226
 MAN2HTML    = ${BUILD_DIR}/support/man2html
287226
 HTMLPOST    = ${srcdir}/htmlpost.sh
287226
-INFOPOST    = ${srcdir}/infopost.sh
287226
 QUIETPS	    = #set this to -q to shut up dvips
287226
 PAPERSIZE   = letter	# change to a4 for A4-size paper
287226
 PSDPI       = 600	# could be 300 if you like
287226
@@ -146,7 +145,7 @@
287226
 
287226
 PSFILES = bash.ps bashbug.ps article.ps builtins.ps rbash.ps 
287226
 DVIFILES = bashref.dvi bashref.ps
287226
-INFOFILES = bashref.info
287226
+INFOFILES = bashref.info bash.info
287226
 MAN0FILES = bash.0 bashbug.0 builtins.0 rbash.0
287226
 HTMLFILES = bashref.html bash.html
287226
 PDFFILES = bash.pdf bashref.pdf article.pdf rose94.pdf
287226
@@ -167,8 +166,8 @@
287226
 bashref.html: $(BASHREF_FILES) $(HSUSER) $(RLUSER)
287226
 	$(TEXI2HTML) -menu -monolithic -I $(TEXINPUTDIR) $(srcdir)/bashref.texi
287226
 
287226
-bash.info: bashref.info
287226
-	${SHELL} ${INFOPOST} < $(srcdir)/bashref.info > $@ ; \
287226
+bash.info: $(BASHREF_FILES) $(HSUSER) $(RLUSER)
287226
+	$(MAKEINFO) --no-split -I$(TEXINPUTDIR) $(srcdir)/bashref.texi -o $@
287226
 
287226
 bash.txt: bash.1
287226
 bash.ps: bash.1