I was wondering what this version file was for. After some git
archeology, turns out this was used for gtk-docs. Since we replaced
gtk-docs with gi-docgen in commit 92e80d12e8, this can be removed as
well.
21 lines
373 B
Makefile
21 lines
373 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = \
|
|
g-ir-docs \
|
|
reference \
|
|
\
|
|
performance-logs
|
|
|
|
EXTRA_DIST = \
|
|
README.md \
|
|
contexts.txt \
|
|
debug-plug-ins.txt \
|
|
exif-handling.txt \
|
|
gitlab-milestones.txt \
|
|
includes.txt \
|
|
libtool-instructions.txt \
|
|
parasites.txt \
|
|
release-howto.txt \
|
|
tagging.txt \
|
|
ui-framework.txt \
|
|
undo.txt
|