From 82a59db34b889dcc1e9d455ab1ebe914faf1a5cd Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Wed, 17 Aug 2016 23:11:50 -0300 Subject: [PATCH 08/11] Fixing the doc Makefile.am * doc/Makefile.am: (a) Include am/guile.mk; (b) Use 'clean-local:' target, not 'clean:'. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4fe1dae..0e330a0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,14 +35,14 @@ clean-www: find www -name 'index.html' -print \ | while read f; do rm -f "$$f"; done -clean: clean-www +clean-local: clean-www guile-cairo-html: makeinfo --html $(srcdir)/guile-cairo.texi +include $(top_srcdir)/am/guile.mk include generate-docs.mk -GUILE = $(top_builddir)/env guile cairo_docbook_xml_wildcard = ~/src/gnome2/cairo/doc/public/xml/cairo*.xml docbook_xml_files = $(wildcard $(cairo_docbook_xml_wildcard)) GTK_DOC_DEFUN_HEURISTICS_METHOD = heuristics -- 2.8.1