gtk-doc has been slowly dying for the past few years; with gi-docgen we have a nice successor. This also makes sure the C documentation also uses the GIR file, which in turn means faster build times (since all the C code doesn't have to be parsed and recompiled again), and has a clear dependency graph. See the [gi-docgen tutorial] for more info on how the system works. [gi-docgen tutorial]: https://gnome.pages.gitlab.gnome.org/gi-docgen/tutorial.html
31 lines
534 B
Makefile
31 lines
534 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = \
|
|
g-ir-docs \
|
|
reference \
|
|
\
|
|
performance-logs
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
contexts.txt \
|
|
debug-plug-ins.txt \
|
|
exif-handling.txt \
|
|
gbr.txt \
|
|
ggr.txt \
|
|
gih.txt \
|
|
gitlab-milestones.txt \
|
|
gpb.txt \
|
|
includes.txt \
|
|
libtool-instructions.txt \
|
|
parasites.txt \
|
|
pat.txt \
|
|
release-howto.txt \
|
|
structure.xml \
|
|
submitting-patches.txt \
|
|
tagging.txt \
|
|
ui-framework.txt \
|
|
undo.txt \
|
|
vbr.txt \
|
|
xcf.txt \
|
|
version.in
|