Gimp/devel-docs/Makefile.am
Niels De Graef 92e80d12e8 docs: Migrate from gtk-doc to gi-docgen
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
2021-12-27 10:47:34 +01:00

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