Register additional dependencies
This commit is contained in:
parent
99dfca922d
commit
77ef02707f
|
@ -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=
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user