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

Commit 8119be4

Browse files
author
William Douglas
committed
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 8119be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)