summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-02-10 12:57:37 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-03-13 12:56:29 +0000
commit9d69b2c5d73563601c2322f0f6b570bbdb59dddf (patch)
tree40593c2b33b4dccfb39de7ac236c95874e6be2b2 /Makefile.am
parentd8d65a2f97a8eb141dec1166e26b7bfb7e9f972b (diff)
downloadspice-gtk-9d69b2c5d73563601c2322f0f6b570bbdb59dddf.tar.gz
spice-gtk-9d69b2c5d73563601c2322f0f6b570bbdb59dddf.tar.xz
spice-gtk-9d69b2c5d73563601c2322f0f6b570bbdb59dddf.zip
Don't delete gtk-doc.make in distclean
gtk-doc.make is created by autogen.sh, therefore it should not be deleted in distclean, only maintainerclean
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 73b5531..8ab020a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,6 @@ DISTCLEANFILES = $(pkgconfig_DATA) \
intltool-merge \
intltool-update \
gnome-doc-utils.make \
- gtk-doc.make \
po/.intltool-merge-cache \
$(NULL)
@@ -55,6 +54,7 @@ MAINTAINERCLEANFILES = \
build-aux/missing \
build-aux/mkinstalldirs \
po/Makefile.in.in \
+ gtk-doc.make \
$(NULL)
# Generate the ChangeLog file (with all entries since the switch to git)