Skip to content

Commit

Permalink
Makefile: fix hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 6, 2021
1 parent 8212198 commit 0093d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ all: $(SRC) $(MAN)
sed "s/@VERSION@/$(VERSION)/" $< > $@

%: %.pod
pod2man --nourls -r 0.2 -c ' ' -n $(basename $@) \
pod2man --nourls -r $(VERSION) -c ' ' -n $(basename $@) \
-s $(subst .,,$(suffix $@)) $< > $@

install: all
Expand Down

0 comments on commit 0093d05

Please sign in to comment.