Skip to content

Commit dea2553

Browse files
Fixed call to help2man (user devices not affected)
1 parent bdf9773 commit dea2553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ kle-colouriser.1.gz: kle-colouriser.1
7878
gzip -kf $<
7979

8080
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)" $< > $@
81+
help2man --no-info --no-discard-stderr --name "$$(yq -y .desc kle-colouriser.yml | head -n -1)" ./$< > $@
8282

8383
src/kle_colouriser/version.py: src/kle_colouriser/version.py.in kle-colouriser.yml
8484
(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

Comments
 (0)