aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus E <heckyel@riseup.net>2023-06-17 17:29:09 -0400
committerJesus E <heckyel@riseup.net>2023-06-17 17:29:09 -0400
commitc412c5340ede72640f5191e2f787f4e7feb78b3e (patch)
tree9531ca98bfc97f48a69d99e2420d6f3d80a2149d
parenta38588e74eace04faf54c651ac67371a606a1a1c (diff)
downloadgit-snapsign-c412c5340ede72640f5191e2f787f4e7feb78b3e.tar.lz
git-snapsign-c412c5340ede72640f5191e2f787f4e7feb78b3e.tar.xz
git-snapsign-c412c5340ede72640f5191e2f787f4e7feb78b3e.zip
Fix name directory to html files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \