From: Stas Sergeev Date: Sun, 24 Sep 2006 14:20:15 +0000 (+0000) Subject: fix makehelp.py invocation X-Git-Tag: 2.0~198 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=425a592e41da0eb051cbabc8f389f30e98cd335a fix makehelp.py invocation --- diff --git a/doc/Makefile.am b/doc/Makefile.am index ee2477f..4488435 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ sst.6: sst.xml sst-doc.txt: sst-doc.xml xmlto -m sst-layer.xsl txt sst-doc.xml sst.doc: sst-doc.txt - makehelp.py >sst.doc + ./makehelp.py >sst.doc sst-doc.html: sst-doc.xml xmlto xhtml-nochunks sst-doc.xml diff --git a/doc/Makefile.in b/doc/Makefile.in index 221b947..569ce74 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -391,7 +391,7 @@ sst.6: sst.xml sst-doc.txt: sst-doc.xml xmlto -m sst-layer.xsl txt sst-doc.xml sst.doc: sst-doc.txt - makehelp.py >sst.doc + ./makehelp.py >sst.doc sst-doc.html: sst-doc.xml xmlto xhtml-nochunks sst-doc.xml