summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-02-20 23:19:24 +0100
committerStefan Sauer <ensonic@users.sf.net>2014-02-20 23:26:46 +0100
commit0a2b3f64821e8bb3d8f21248d80acfc848571b7d (patch)
tree60c5fdc309982f036fee50848950192281a68219 /Makefile.am
parented4d7ed4a20c65c07af5a773a59f7b366a4676f7 (diff)
downloadgtk-doc-0a2b3f64821e8bb3d8f21248d80acfc848571b7d.tar.gz
gitignore: make git status more useful
Better mark CLEANFILEs, so that git.mk is more effective.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ae030df..36a560d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,7 +83,12 @@ EXTRA_DIST = \
tools/gtk-doc.el \
COPYING-DOCS
+CLEANFILES = \
+ gtk-doc.flat.make \
+ gtk-doc.notmpl-flat.make
+
MAINTAINERCLEANFILES = \
+ build-aux \
$(srcdir)/INSTALL \
$(srcdir)/COPYING \
$(srcdir)/aclocal.m4 \
@@ -104,7 +109,8 @@ MAINTAINERCLEANFILES = \
GITIGNOREFILES = \
RELNOTES.txt \
- ChangeLog-?.??
+ ChangeLog-?.?? \
+ gtk-doc-*.tar.xz
-include $(top_srcdir)/git.mk