bash-infotags.patch 937 B

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