Skip to content
Snippets Groups Projects
Commit d8255e40 authored by Simon McVittie's avatar Simon McVittie
Browse files

debian: Delete files that were generated by gtk-doc during dist


If we `make dist` with gtk-doc-tools 1.28 from Debian 10 'buster' (the
current stable release), it generates a libcapsule-docs.xml in which
generation of tree_index.sgml is mandatory. This is incompatible with
building this non-GObject library with gtk-doc-tools >= 1.30, in which
tree_index.sgml is only generated if the library contains at least one
GObject type.

Most projects treat the libcapsule-docs.xml generated by gtk-doc as
a template and commit it to git, but in this project we don't
particularly want to maintain it and would prefer to keep regenerating
it during build.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 0d937363
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
gtk-doc.make
libcapsule-docs.xml
libcapsule-overrides.txt
libcapsule-sections.txt
......@@ -28,6 +28,10 @@ else
confflags += --without-glib
endif
override_dh_clean:
rm -fr html
dh_clean
override_dh_auto_configure:
dh_auto_configure -- $(confflags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment