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 \