Also adding the CODING_STYLE.md. There is actually the question whether we still want to track this docs files to package them in the tarballs. It made sense 20 years ago when devs were working from tarballs, but nowadays, devs are expected to work from git HEAD. Anyway this fixes the CI.
24 lines
410 B
Makefile
24 lines
410 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = \
|
|
g-ir-docs \
|
|
reference \
|
|
\
|
|
performance-logs
|
|
|
|
EXTRA_DIST = \
|
|
CODING_STYLE.md \
|
|
HACKING.md \
|
|
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
|