mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-18 13:01:08 +01:00
fix man link, fix release generator
This commit is contained in:
2
Makefile
2
Makefile
@@ -76,4 +76,4 @@ buildall:
|
|||||||
./mkrel.sh $(tool) $(VERSION)
|
./mkrel.sh $(tool) $(VERSION)
|
||||||
|
|
||||||
release: buildall
|
release: buildall
|
||||||
gh release create $(VERSION) --generate-notes releases/*
|
gh release create v$(VERSION) --generate-notes releases/*
|
||||||
|
|||||||
@@ -254,9 +254,7 @@ hesitate to ask me about it, I'll add it.
|
|||||||
|
|
||||||
The documentation is provided as a unix man-page. It will be
|
The documentation is provided as a unix man-page. It will be
|
||||||
automatically installed if you install from source. However, you can
|
automatically installed if you install from source. However, you can
|
||||||
read the man-page online:
|
[read the man-page online](https://github.com/TLINDEN/rpnc/blob/master/rpn.pod)
|
||||||
|
|
||||||
https://github.com/TLINDEN/rpnc/blob/main/rpn.pod
|
|
||||||
|
|
||||||
Or if you cloned the repository you can read it this way (perl needs
|
Or if you cloned the repository you can read it this way (perl needs
|
||||||
to be installed though): `perldoc rpn.pod`.
|
to be installed though): `perldoc rpn.pod`.
|
||||||
|
|||||||
Reference in New Issue
Block a user