From ffaef317cb1ac2bfb16ffa578d3779867ceef9ed Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Tue, 24 Feb 2015 00:08:56 +0100 Subject: [PATCH] Remove example files also on uninstall. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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." -- 2.20.1