From f27790018999d523bf92ec76bd9f796fee325e1b Mon Sep 17 00:00:00 2001 From: Ross Churchley Date: Tue, 22 Sep 2015 23:46:06 -0700 Subject: [PATCH] Fix make uninstall bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcd888f..35e25cb 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ install: $(PACKAGE_STY) $(DOC_PDF) uninstall: @rm -f $(addprefix $(INSTALL_DIR)/, $(PACKAGE_STY)) @rmdir $(INSTALL_DIR) - @rm -f $(DOC_DIR)/$(DOC_PDF) + @rm -f $(DOC_DIR)/$(notdir $(DOC_PDF)) @rmdir $(DOC_DIR) ctan: $(CTAN_CONTENT)