We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6130965 + 8e78376 commit c9e90a8Copy full SHA for c9e90a8
Documentation/Makefile
@@ -1,7 +1,7 @@
1
build-manpage: git-absorb.1
2
3
git-absorb.1: git-absorb.adoc
4
- $(if $(shell which a2x),,$(error "No a2x in PATH; install asciidoc."))
+ $(if $(shell command -v a2x),,$(error "No a2x in PATH; install asciidoc."))
5
$(info Building manpage. This may take a few moments...)
6
a2x -L -d manpage -f manpage git-absorb.adoc --attribute man-version=${GA_VERSION}
7
0 commit comments