projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f9e92
)
fix makehelp.py invocation
author
Stas Sergeev
<stsp@aknet.ru>
Sun, 24 Sep 2006 14:20:15 +0000
(14:20 +0000)
committer
Stas Sergeev
<stsp@aknet.ru>
Sun, 24 Sep 2006 14:20:15 +0000
(14:20 +0000)
doc/Makefile.am
patch
|
blob
|
history
doc/Makefile.in
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index ee2477fb2a85a5c331496dc35ce7fcf8c5278328..44884358bc215aa2337e65e964259c314c76630e 100644
(file)
--- 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 221b9479700577f1db09e7b97db0c5eead8651eb..569ce748f6c902bf047336aa8630cf9cdc715e6e 100644
(file)
--- 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