diff --git a/doc/project.conf b/doc/project.conf index 834a9f1..7e98555 100644 --- a/doc/project.conf +++ b/doc/project.conf @@ -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 diff --git a/po/project.conf b/po/project.conf index ea3dcf7..3393b11 100644 --- a/po/project.conf +++ b/po/project.conf @@ -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