From c412c5340ede72640f5191e2f787f4e7feb78b3e Mon Sep 17 00:00:00 2001 From: Jesus E Date: Sat, 17 Jun 2023 17:29:09 -0400 Subject: [PATCH] Fix name directory to html files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c337bca..54738de 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ install: info info: @cd docs && makeinfo git-snapsign.texi - @cd docs && makeinfo --html git-snapsign.texi + @cd docs && makeinfo --html --output=$(PROJECT_NAME) git-snapsign.texi tar.gz: @tar -czf $(PROJECT_NAME)-$(VERSION).tar.gz --transform "s|^|$(PROJECT_NAME)-$(VERSION)/|" --owner 0 --group 0 \