Fix name directory to html files
This commit is contained in:
parent
a38588e74e
commit
c412c5340e
2
Makefile
2
Makefile
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user