diff --git a/doc/project.conf b/doc/project.conf index 1b02d39..b11767d 100644 --- a/doc/project.conf +++ b/doc/project.conf @@ -1,23 +1,25 @@ subdirs=gtkdoc -targets=gtkdoc/CPP.types,gtkdoc/tmpl.stamp,gtkdoc/sgml.stamp,gtkdoc/html.stamp +targets=gtkdoc/CPP.types,gtkdoc/html.stamp,gtkdoc/tmpl.stamp,gtkdoc/xml.stamp dist=Makefile,gtkdoc.sh +#targets [gtkdoc/CPP.types] type=script script=./gtkdoc.sh - -[gtkdoc/tmpl.stamp] -type=script -script=./gtkdoc.sh -depends=$(OBJDIR)gtkdoc/CPP.types,gtkdoc/tmpl/cpp.sgml - -[gtkdoc/sgml.stamp] -type=script -script=./gtkdoc.sh -depends=$(OBJDIR)gtkdoc/tmpl.stamp +depends=gtkdoc.sh [gtkdoc/html.stamp] type=script script=./gtkdoc.sh -depends=gtkdoc/CPP-docs.xml,$(OBJDIR)gtkdoc/sgml.stamp +depends=gtkdoc/CPP-docs.xml,$(OBJDIR)gtkdoc/xml.stamp,gtkdoc.sh install= + +[gtkdoc/tmpl.stamp] +type=script +script=./gtkdoc.sh +depends=$(OBJDIR)gtkdoc/CPP.types,gtkdoc/tmpl/cpp.sgml,gtkdoc.sh + +[gtkdoc/xml.stamp] +type=script +script=./gtkdoc.sh +depends=$(OBJDIR)gtkdoc/tmpl.stamp,gtkdoc.sh