Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit fbd41ac

Browse files
William Douglasbryteise
authored andcommitted
Rename rst2man.py to rst2man
The package has been rst2man for long enough, switch the Makefile to use the "new" name. Signed-off-by: William Douglas <william.douglas@intel.com>
1 parent 6492710 commit fbd41ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ man: $(MANPAGES)
7878

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

0 commit comments

Comments
 (0)