498f26e
diff --git a/doc/Makefile.in b/doc/Makefile.in
498f26e
index 5f0756c..a5fa5a0 100644
498f26e
--- a/doc/Makefile.in
498f26e
+++ b/doc/Makefile.in
498f26e
@@ -74,7 +74,6 @@ TEXI2DVI    = ${SUPPORT_SRCDIR}/texi2dvi
af68b6e
 TEXI2HTML   = ${SUPPORT_SRCDIR}/texi2html
af68b6e
 MAN2HTML    = ${BUILD_DIR}/support/man2html
af68b6e
 HTMLPOST    = ${srcdir}/htmlpost.sh
af68b6e
-INFOPOST    = ${srcdir}/infopost.sh
af68b6e
 QUIETPS	    = #set this to -q to shut up dvips
af68b6e
 PAPERSIZE   = letter	# change to a4 for A4-size paper
af68b6e
 PSDPI       = 600	# could be 300 if you like
498f26e
@@ -188,8 +187,8 @@ bashref.pdf: $(BASHREF_FILES) $(HSUSER) $(RLUSER)
af68b6e
 bashref.html: $(BASHREF_FILES) $(HSUSER) $(RLUSER)
498f26e
 	$(MAKEINFO) --html --no-split -I$(TEXINPUTDIR) $(srcdir)/bashref.texi
af68b6e
 
af68b6e
-bash.info: bashref.info
af68b6e
-	${SHELL} ${INFOPOST} < $(srcdir)/bashref.info > $@ ; \
af68b6e
+bash.info: $(BASHREF_FILES) $(HSUSER) $(RLUSER)
af68b6e
+	$(MAKEINFO) --no-split -I$(TEXINPUTDIR) $(srcdir)/bashref.texi -o $@
af68b6e
 
af68b6e
 bash.txt: bash.1
af68b6e
 bash.ps: bash.1
498f26e
-- 
498f26e
2.9.3
498f26e