Skip to content
Snippets Groups Projects
Commit de545b75 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Work around gtk-doc.make claiming sole ownership of CLEANFILES

parent cb1f2f7e
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -85,15 +85,10 @@ dist_pkgdata_DATA = data/capsule-shim.h \
data/capsule-shim.mk.in \
disabled.mk
CLEANFILES = $(shim_files) $(shim_srcs)
BUILT_SOURCES = $(shim_srcs)
include $(top_srcdir)/disabled.mk
# ============================================================================
# standalone man pages
include $(top_srcdir)/documentation.mk
# ============================================================================
# gtk-doc configuration: see /usr/share/doc/gtk-doc-tools/examples/Makefile.am
DOC_MODULE = libcapsule
......@@ -115,3 +110,9 @@ GTKDOC_CFLAGS =
GTKDOC_LIBS =
include $(top_srcdir)/gtk-doc.make
# ============================================================================
# CLEANFILES is unconditionally set by gtk-doc.make, have to do these after:
CLEANFILES += $(shim_files) $(shim_srcs)
# ============================================================================
# standalone man pages
include $(top_srcdir)/documentation.mk
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