Register missing dependencies
This commit is contained in:
parent
f7b003ce1f
commit
42efd4ba18
|
@ -1,19 +1,20 @@
|
|||
targets=pdfviewer.1,pdfviewer.html,pdfviewer.xml
|
||||
dist=Makefile,docbook.sh,manual.css.xml,pdfviewer.css.xml,pdfviewer.xml.in
|
||||
|
||||
#targets
|
||||
[pdfviewer.1]
|
||||
type=script
|
||||
script=./docbook.sh
|
||||
install=
|
||||
depends=$(OBJDIR)pdfviewer.xml
|
||||
depends=docbook.sh,$(OBJDIR)pdfviewer.xml
|
||||
|
||||
[pdfviewer.html]
|
||||
type=script
|
||||
script=./docbook.sh
|
||||
install=
|
||||
depends=manual.css.xml,pdfviewer.css.xml,$(OBJDIR)pdfviewer.xml
|
||||
depends=docbook.sh,manual.css.xml,pdfviewer.css.xml,$(OBJDIR)pdfviewer.xml
|
||||
|
||||
[pdfviewer.xml]
|
||||
type=script
|
||||
script=../tools/subst.sh
|
||||
depends=pdfviewer.xml.in
|
||||
depends=../tools/subst.sh,pdfviewer.xml.in
|
||||
|
|
|
@ -4,16 +4,16 @@ dist=Makefile,gettext.sh,POTFILES,es.po,fr.po
|
|||
[PDFViewer.pot]
|
||||
type=script
|
||||
script=./gettext.sh
|
||||
depends=POTFILES,../config.sh
|
||||
depends=gettext.sh,POTFILES,../config.sh
|
||||
|
||||
[es.mo]
|
||||
type=script
|
||||
script=./gettext.sh
|
||||
install=
|
||||
depends=$(OBJDIR)PDFViewer.pot,es.po,../config.sh
|
||||
depends=gettext.sh,$(OBJDIR)PDFViewer.pot,es.po,../config.sh
|
||||
|
||||
[fr.mo]
|
||||
type=script
|
||||
script=./gettext.sh
|
||||
install=
|
||||
depends=$(OBJDIR)PDFViewer.pot,fr.po,../config.sh
|
||||
depends=gettext.sh,$(OBJDIR)PDFViewer.pot,fr.po,../config.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user