Fix name directory to html files

This commit is contained in:
Jesus E 2023-06-17 17:29:09 -04:00
parent a38588e74e
commit c412c5340e
No known key found for this signature in database
GPG Key ID: E607CE7149F4D71C

View File

@ -47,7 +47,7 @@ install: info
info: info:
@cd docs && makeinfo git-snapsign.texi @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.gz:
@tar -czf $(PROJECT_NAME)-$(VERSION).tar.gz --transform "s|^|$(PROJECT_NAME)-$(VERSION)/|" --owner 0 --group 0 \ @tar -czf $(PROJECT_NAME)-$(VERSION).tar.gz --transform "s|^|$(PROJECT_NAME)-$(VERSION)/|" --owner 0 --group 0 \