Generate the GtkDoc documentation with XML
This commit is contained in:
parent
965b125eb8
commit
b44a81085a
|
@ -1,23 +1,25 @@
|
||||||
subdirs=gtkdoc
|
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
|
dist=Makefile,gtkdoc.sh
|
||||||
|
|
||||||
|
#targets
|
||||||
[gtkdoc/CPP.types]
|
[gtkdoc/CPP.types]
|
||||||
type=script
|
type=script
|
||||||
script=./gtkdoc.sh
|
script=./gtkdoc.sh
|
||||||
|
depends=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
|
|
||||||
|
|
||||||
[gtkdoc/html.stamp]
|
[gtkdoc/html.stamp]
|
||||||
type=script
|
type=script
|
||||||
script=./gtkdoc.sh
|
script=./gtkdoc.sh
|
||||||
depends=gtkdoc/CPP-docs.xml,$(OBJDIR)gtkdoc/sgml.stamp
|
depends=gtkdoc/CPP-docs.xml,$(OBJDIR)gtkdoc/xml.stamp,gtkdoc.sh
|
||||||
install=
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user