From a2cdf1ae2412df0875d099a606a781db67a283b5 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 27 Jun 2006 04:26:04 +0000 Subject: [PATCH] Include autoloads file in the distribution. * Makefile (distclean, dist): Include autoloads file in the distribution. git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-56 --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 05904fe..39b65a6 100644 --- a/Makefile +++ b/Makefile @@ -48,14 +48,15 @@ test: $(ELC) $(EMACS) -q $(SITEFLAG) -batch -l ./scripts/planner-build.el \ -f planner-elint-files planner-*.el -distclean: realclean - -rm -f debian/dirs debian/files +distclean: + -rm -f $(MANUAL).info $(MANUAL).html debian/dirs debian/files -rm -fr ../$(PROJECT)-$(VERSION) -dist: distclean +dist: autoloads distclean tla inventory -sB | tar -cf - --no-recursion -T- | \ (mkdir -p ../$(PROJECT)-$(VERSION); cd ../$(PROJECT)-$(VERSION) && \ tar xf -) + cp planner-autoloads.el ../$(PROJECT)-$(VERSION) rm -fr ../$(PROJECT)-$(VERSION)/debian ../$(PROJECT)-$(VERSION)/test release: dist -- 2.11.4.GIT