Register additional dependencies

This commit is contained in:
Pierre Pronchery 2020-01-30 23:05:42 +01:00
parent 99dfca922d
commit 77ef02707f
2 changed files with 7 additions and 5 deletions

View File

@ -1,14 +1,15 @@
targets=notes.1,notes.html
dist=Makefile,docbook.sh,manual.css.xml,notes.css.xml,notes.xml
#targets
[notes.1]
type=script
script=./docbook.sh
depends=notes.xml
depends=docbook.sh,notes.xml
install=
[notes.html]
type=script
script=./docbook.sh
depends=notes.css.xml,notes.xml,manual.css.xml
depends=docbook.sh,notes.css.xml,notes.xml,manual.css.xml
install=

View File

@ -1,19 +1,20 @@
targets=Notes.pot,es.mo,fr.mo
dist=Makefile,gettext.sh,POTFILES,es.po,fr.po
#targets
[Notes.pot]
type=script
script=./gettext.sh
depends=POTFILES
depends=POTFILES,gettext.sh
[es.mo]
type=script
script=./gettext.sh
install=
depends=$(OBJDIR)Notes.pot,es.po
depends=$(OBJDIR)Notes.pot,es.po,gettext.sh
[fr.mo]
type=script
script=./gettext.sh
install=
depends=$(OBJDIR)Notes.pot,fr.po
depends=$(OBJDIR)Notes.pot,fr.po,gettext.sh