Fix make uninstall bug

This commit is contained in:
Ross Churchley 2015-09-22 23:46:06 -07:00
parent 69fa947095
commit f277900189
1 changed files with 1 additions and 1 deletions

View File

@ -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)