From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [memnic PATCH 14/16] pmd: fix doc uninstalling Date: Tue, 4 Feb 2014 16:54:29 +0100 Message-ID: <1391529271-24606-15-git-send-email-thomas.monjalon@6wind.com> References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1391529271-24606-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Signed-off-by: Thomas Monjalon --- pmd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pmd/Makefile b/pmd/Makefile index 1e24a15..730b126 100644 --- a/pmd/Makefile +++ b/pmd/Makefile @@ -79,6 +79,8 @@ endif uninstall : - rm -f $(DESTDIR)$(libdir)/$(SOLIB) - rmdir -p $(DESTDIR)$(libdir) 2>&- + - rm -f $(DESTDIR)$(docdir)/$(DOC) + - rmdir -p $(DESTDIR)$(docdir) 2>&- help : @ echo 'rules:' -- 1.7.10.4