From 9877df618bced42e77c2ea0e3498dd1b514a4d77 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Mon, 16 Dec 2013 22:53:23 +0100 Subject: [PATCH 1/1] Minor makefile improvements --- Makefile.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7cc94d5..2ddcab5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,7 +101,7 @@ dist: tar -cf - --exclude .git --exclude $(DISTNAME) $(ROOT) | (cd $(DISTNAME) && tar -xf -) cd $(DISTNAME) && $(ROOT)/autogen.sh && $(ROOT)/configure cd $(DISTNAME)/doc && $(MAKE) info - cd $(DISTNAME) && make distclean + cd $(DISTNAME) && $(MAKE) distclean tar -zcf $(DISTNAME).tar.gz $(DISTNAME) # @@ -115,6 +115,7 @@ DISTCLEANFILES = \ distclean: clean rm -rf $(DISTCLEANFILES) + find -name '*~' | xargs rm cd $(BUILDROOT)/doc && $(MAKE) distclean # -- 1.7.0.4