Register a dependency
This commit is contained in:
parent
fae96fff47
commit
4a3196c0a9
|
@ -1,6 +1,7 @@
|
||||||
targets=todo.1,todo.html,todo.xml
|
targets=todo.1,todo.html,todo.xml
|
||||||
dist=Makefile,docbook.sh,manual.css.xml,todo.css.xml,todo.xml.in
|
dist=Makefile,docbook.sh,manual.css.xml,todo.css.xml,todo.xml.in
|
||||||
|
|
||||||
|
#targets
|
||||||
[todo.1]
|
[todo.1]
|
||||||
type=script
|
type=script
|
||||||
script=./docbook.sh
|
script=./docbook.sh
|
||||||
|
@ -16,4 +17,4 @@ install=
|
||||||
[todo.xml]
|
[todo.xml]
|
||||||
type=script
|
type=script
|
||||||
script=../tools/subst.sh
|
script=../tools/subst.sh
|
||||||
depends=todo.xml.in
|
depends=../tools/subst.sh,todo.xml.in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user