diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 15:27:30 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 15:27:30 +0000 |
| commit | 933458c0681e9d50031d9130f352accdbce1a4e4 (patch) | |
| tree | f1091adaddbcb8a52356f66a5e0f9a1c2342dbdf /docs | |
| parent | 6c8e46c5ee00bbbcc80c88a972019cebcb36f92d (diff) | |
| download | lasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.gz lasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.xz lasso-933458c0681e9d50031d9130f352accdbce1a4e4.zip | |
add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 1 | ||||
| -rw-r--r-- | docs/lasso-book/Makefile.am | 1 | ||||
| -rw-r--r-- | docs/lasso-book/figures/Makefile.am | 1 | ||||
| -rw-r--r-- | docs/reference/Makefile.am | 1 |
4 files changed, 4 insertions, 0 deletions
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 \ |
