From 425a592e41da0eb051cbabc8f389f30e98cd335a Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sun, 24 Sep 2006 14:20:15 +0000 Subject: [PATCH] fix makehelp.py invocation --- doc/Makefile.am | 2 +- doc/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.31.1