Skip to content

Commit

Permalink
Use asciidoctor instead of asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoncek committed Sep 18, 2024
1 parent 4da078a commit 72283ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ mkdir target
manpage()
{
echo Generating manpage for "${1}"...
asciidoc -b docbook -d manpage -o "target/${1}.xml" "man/${1}.txt"
(cd ./target && xmlto man --skip-validation "${1}.xml")
asciidoctor -b manpage -D "target" "man/${1}.txt"
}

expand bin/abs2rel
Expand Down

0 comments on commit 72283ea

Please sign in to comment.