From: Daniel Carl Date: Mon, 23 Feb 2015 23:08:56 +0000 (+0100) Subject: Remove example files also on uninstall. X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=ffaef317cb1ac2bfb16ffa578d3779867ceef9ed;p=vimb.git Remove example files also on uninstall. --- diff --git a/Makefile b/Makefile index 566f945..924e1b7 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ install: $(TARGET) $(DOCDIR)/$(MAN1) uninstall: $(RM) $(DESTDIR)$(BINDIR)/$(TARGET) $(RM) $(DESTDIR)$(MANDIR)/man1/$(MAN1) + $(RM) -r $(DESTDIR)$(EXAMPLEDIR) dist: dist-clean @echo "Creating tarball."