Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rst2man.py -> rst2man #1628

Merged
merged 1 commit into from
Jul 26, 2024
Merged

rst2man.py -> rst2man #1628

merged 1 commit into from
Jul 26, 2024

Conversation

bwarden
Copy link
Member

@bwarden bwarden commented Jul 26, 2024

Fix build failure:

rst2man.py "docs/swupd.1.rst" > "docs/swupd.1.tmp" && mv -f "docs/swupd.1.tmp" "docs/swupd.1"
rst2man.py "docs/swupd-alias.7.rst" > "docs/swupd-alias.7.tmp" && mv -f "docs/swupd-alias.7.tmp" "docs/swupd-alias.7"
rst2man.py "docs/swupd-update.service.4.rst" > "docs/swupd-update.service.4.tmp" && mv -f "docs/swupd-update.service.4.tmp" "docs/swupd-update.service.4"
rst2man.py "docs/update-triggers.target.4.rst" > "docs/update-triggers.target.4.tmp" && mv -f "docs/update-triggers.target.4.tmp" "docs/update-triggers.target.4"
/bin/sh: line 1: rst2man.py: command not found
rst2man.py "docs/swupd-update.timer.4.rst" > "docs/swupd-update.timer.4.tmp" && mv -f "docs/swupd-update.timer.4.tmp" "docs/swupd-update.timer.4"
/bin/sh: line 1: rst2man.py: command not found
/bin/sh: line 1: rst2man.py: command not found
/bin/sh: line 1: rst2man.py: command not found

@bwarden bwarden requested a review from bryteise July 26, 2024 18:50
@bryteise
Copy link
Member

Ah nice, thanks!

@bryteise bryteise merged commit abb3f2b into clearlinux:master Jul 26, 2024
15 checks passed
@bwarden bwarden deleted the fix-rst2man branch July 26, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants