Skip to content

Commit

Permalink
Rename rst2man.py to rst2man
Browse files Browse the repository at this point in the history
The package has been rst2man for long enough, switch the Makefile to
use the "new" name.

Signed-off-by: William Douglas <[email protected]>
  • Loading branch information
bryteise committed Jan 8, 2025
1 parent 6492710 commit fbd41ac
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 @@ -78,4 +78,4 @@ man: $(MANPAGES)

$(MANPAGES): %: %.rst
mkdir -p "$$(dirname $@)"
rst2man.py "$<" > "$@.tmp" && mv -f "$@.tmp" "$@"
rst2man "$<" > "$@.tmp" && mv -f "$@.tmp" "$@"

0 comments on commit fbd41ac

Please sign in to comment.