diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |