From 933458c0681e9d50031d9130f352accdbce1a4e4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 27 May 2008 15:27:30 +0000 Subject: add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am --- docs/Makefile.am | 1 + docs/lasso-book/Makefile.am | 1 + docs/lasso-book/figures/Makefile.am | 1 + docs/reference/Makefile.am | 1 + 4 files changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index b2c5627c..53abc74c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in if GTK_DOC_ENABLED GTK_DOC_SD = reference endif diff --git a/docs/lasso-book/Makefile.am b/docs/lasso-book/Makefile.am index 33421f94..a4aebf38 100644 --- a/docs/lasso-book/Makefile.am +++ b/docs/lasso-book/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in if HAVE_INKSCAPE if HAVE_XSLTPROC SUBDIRS = figures diff --git a/docs/lasso-book/figures/Makefile.am b/docs/lasso-book/figures/Makefile.am index fa788652..aeb1616f 100644 --- a/docs/lasso-book/figures/Makefile.am +++ b/docs/lasso-book/figures/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in figuresdir = $(datadir)/doc/lasso/figures FIGURES_PNG_FILES = \ diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 643e47c6..410ce922 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = \ lasso-sections.txt \ lasso.sgml \ -- cgit