summaryrefslogtreecommitdiffstats
path: root/Doc/info/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-13 19:31:04 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-13 19:31:04 (GMT)
commit66abcee948e9183edd807f8c0ce3c2a721cdafd0 (patch)
treeed9af5d9836b02dd7dffc8bc2a78f537a6b4c9cc /Doc/info/Makefile
parentb02f0dfbe90b2f3ee06d2d7b6a6836831d4763bc (diff)
downloadcpython-66abcee948e9183edd807f8c0ce3c2a721cdafd0.zip
cpython-66abcee948e9183edd807f8c0ce3c2a721cdafd0.tar.gz
cpython-66abcee948e9183edd807f8c0ce3c2a721cdafd0.tar.bz2
Integrate updates to the GNU info conversion.
This includes SF patch #590352 and additional support for more of the custom markup.
Diffstat (limited to 'Doc/info/Makefile')
-rw-r--r--Doc/info/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Doc/info/Makefile b/Doc/info/Makefile
index 88c0d6e..008e369 100644
--- a/Doc/info/Makefile
+++ b/Doc/info/Makefile
@@ -34,34 +34,34 @@ check-emacs-version:
fi
python$(VERSION)-api.info: ../api/api.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
python$(VERSION)-ext.info: ../ext/ext.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
python$(VERSION)-lib.info: ../lib/lib.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
# Not built by default; the conversion doesn't really handle it well.
python$(VERSION)-mac.info: ../mac/mac.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
python$(VERSION)-ref.info: ../ref/ref.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
python$(VERSION)-tut.info: ../tut/tut.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
# Not built by default; the conversion doesn't handle it at all.
python$(VERSION)-doc.info: ../doc/doc.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
python$(VERSION)-dist.info: ../dist/dist.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
# Not built by default; the conversion chokes on two @end multitable's
python$(VERSION)-inst.info: ../inst/inst.tex $(SCRIPTS)
- EMACS=$(EMACS) $(MKINFO) $< $@
+ EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
clean:
rm -f *.texi~ *.texi