From e6a4cea1ef3b0afc009faef0b4204528b89298b4 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 25 Nov 2022 13:54:14 -0800 Subject: Added rm -rf for python target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index daf3d1b..ba99293 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ $(DOCSET): getters/$(DOCSET).sh # Convert to dash docset using python script $(DOCSET).docset: $(DOCSET) mandocset.py + rm -rf "$(DOCSET).docset" ifndef EXECUTABLE python3 mandocset.py -o $(DOCSET) -p $(DOCSET)/ else -- cgit