This commit is contained in:
Tadej Novak 2018-08-02 10:06:14 +00:00 committed by GitHub
commit 6d3cf5fda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ install: $(PACKAGE_STY) $(DOC_PDF)
@cp $(DOC_PDF) $(DOC_DIR)
uninstall:
@rm -f "$(addprefix $(INSTALL_DIR)/, $(PACKAGE_STY))"
@rm -f $(addprefix $(INSTALL_DIR)/, $(PACKAGE_STY))
@rmdir "$(INSTALL_DIR)"
@rm -f "$(DOC_DIR)/$(notdir $(DOC_PDF))"
@rmdir "$(DOC_DIR)"