]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor adjustments to reflect esis2sgml.py changes.
authorFred Drake <fdrake@acm.org>
Thu, 18 Feb 1999 16:31:05 +0000 (16:31 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Feb 1999 16:31:05 +0000 (16:31 +0000)
Added "esis" target to only generate the ESIS data.

Doc/tools/sgmlconv/make.rules

index 7f74fd73faa77d3e62dae8555cece937ca2193af..029fb415353a6c84b5ab333feb8674326ee8dccd 100644 (file)
@@ -15,6 +15,7 @@ XMLTARGETS=   $(patsubst %.tex,%.xml,$(wildcard *.tex))
 
 all:   sgml
 
+esis:  $(ESISTARGETS)
 sgml:  $(SGMLTARGETS)
 xml:   $(XMLTARGETS)
 
@@ -31,7 +32,7 @@ $(XMLTARGETS): $(ESIS2ML) $(FIXGES)
        $(LATEX2ESIS) $< | $(DOCFIXER) > $@
 
 .esis.sgml:
-       $(ESIS2ML) $< | $(FIXGES) > $@
+       $(ESIS2ML) --sgml --autoclose para $< | $(FIXGES) > $@
 
 .esis.xml:
        $(ESIS2ML) --xml $< | $(FIXGES) > $@