From 711ade706b2a8933fb79e4b22af4db814bdf0179 Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Sun, 8 Dec 2013 14:42:00 +0100 Subject: [PATCH 1/3] Do not overrride CLEANFILES from gtk-doc, append to it. --- docs/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 38948b8..46a5bc6 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -97,7 +97,7 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute EXTRA_DIST += version.xml.in -CLEANFILES = \ +CLEANFILES += \ *.txt \ *.types \ *.args \ -- 1.8.5.1