Skip to content

Commit

Permalink
Merge pull request #142 from matejak/update_manpage
Browse files Browse the repository at this point in the history
Update the supplied manpage before the release.
  • Loading branch information
matejak committed Oct 3, 2022
2 parents fc20b08 + ef7746a commit 40e6d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ uninstall:

altuninstall: define-version uninstall

version:
version: $(MANPAGE)
@test -n '$(VERSION)' || { echo "You have to specify a version string, for example 'make version VERSION=1.0.0'"; exit 1; }
echo '$(VERSION)' > ../src/version
sed -i "1s/.*/$(VERSION) ($$(date -I))/" $(CHANGELOG)
Expand Down

0 comments on commit 40e6d58

Please sign in to comment.