Register additional dependencies
This commit is contained in:
parent
99dfca922d
commit
77ef02707f
|
@ -1,14 +1,15 @@
|
||||||
targets=notes.1,notes.html
|
targets=notes.1,notes.html
|
||||||
dist=Makefile,docbook.sh,manual.css.xml,notes.css.xml,notes.xml
|
dist=Makefile,docbook.sh,manual.css.xml,notes.css.xml,notes.xml
|
||||||
|
|
||||||
|
#targets
|
||||||
[notes.1]
|
[notes.1]
|
||||||
type=script
|
type=script
|
||||||
script=./docbook.sh
|
script=./docbook.sh
|
||||||
depends=notes.xml
|
depends=docbook.sh,notes.xml
|
||||||
install=
|
install=
|
||||||
|
|
||||||
[notes.html]
|
[notes.html]
|
||||||
type=script
|
type=script
|
||||||
script=./docbook.sh
|
script=./docbook.sh
|
||||||
depends=notes.css.xml,notes.xml,manual.css.xml
|
depends=docbook.sh,notes.css.xml,notes.xml,manual.css.xml
|
||||||
install=
|
install=
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
targets=Notes.pot,es.mo,fr.mo
|
targets=Notes.pot,es.mo,fr.mo
|
||||||
dist=Makefile,gettext.sh,POTFILES,es.po,fr.po
|
dist=Makefile,gettext.sh,POTFILES,es.po,fr.po
|
||||||
|
|
||||||
|
#targets
|
||||||
[Notes.pot]
|
[Notes.pot]
|
||||||
type=script
|
type=script
|
||||||
script=./gettext.sh
|
script=./gettext.sh
|
||||||
depends=POTFILES
|
depends=POTFILES,gettext.sh
|
||||||
|
|
||||||
[es.mo]
|
[es.mo]
|
||||||
type=script
|
type=script
|
||||||
script=./gettext.sh
|
script=./gettext.sh
|
||||||
install=
|
install=
|
||||||
depends=$(OBJDIR)Notes.pot,es.po
|
depends=$(OBJDIR)Notes.pot,es.po,gettext.sh
|
||||||
|
|
||||||
[fr.mo]
|
[fr.mo]
|
||||||
type=script
|
type=script
|
||||||
script=./gettext.sh
|
script=./gettext.sh
|
||||||
install=
|
install=
|
||||||
depends=$(OBJDIR)Notes.pot,fr.po
|
depends=$(OBJDIR)Notes.pot,fr.po,gettext.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user