From 528456a224d534ac9e99ac174c65c4ce03d8e7c9 Mon Sep 17 00:00:00 2001 From: yoogx Date: Tue, 29 Jan 2013 16:14:17 +0100 Subject: [PATCH] * Adjust packaging for distcheck --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index f028e61f..63cd060b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ install-exec-local: uninstall-local: rm -f $(DESTDIR)$(bindir)/ocarina-config + rm -f $(DESTDIR)$(datadir)/doc/ocarina/ChangeLog_ocarina release: rm -rf release/ @@ -65,3 +66,6 @@ release: $(MAKE) dist cp -f $(DIST_ARCHIVES) release/$(DIST_ARCHIVES) +# We disable checking of the distclean rule, it is a nuisance +distcleancheck: + @: -- GitLab