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.
help2man
1 parent bdf9773 commit dea2553Copy full SHA for dea2553
Makefile
@@ -78,7 +78,7 @@ kle-colouriser.1.gz: kle-colouriser.1
78
gzip -kf $<
79
80
kle-colouriser.1: kle-colouriser src/kle_colouriser/version.py kle-colouriser.yml
81
- help2man --no-info --no-discard-stderr --name "$$(yq -y .desc kle-colouriser.yml | head -n -1)" $< > $@
+ help2man --no-info --no-discard-stderr --name "$$(yq -y .desc kle-colouriser.yml | head -n -1)" ./$< > $@
82
83
src/kle_colouriser/version.py: src/kle_colouriser/version.py.in kle-colouriser.yml
84
(sed "s/s_version/$(VERSION)/" | sed "s/s_name/$(shell yq -y .name kle-colouriser.yml | head -n1)/" | sed "s/s_desc/$(shell yq -y .desc kle-colouriser.yml | head -n1)/") < $< > $@
0 commit comments