Skip to content

Commit

Permalink
docs: mandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Dec 31, 2024
1 parent bfa5aa0 commit 041c8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

docs:
mkdir -p docs
man -Tpdf -l ledger/man/ledger.1 > docs/ledger.1.pdf
man -Tpdf -l ledger/man/ledger.5 > docs/ledger.5.pdf
mandoc -Tpdf -l ledger/man/ledger.1 > docs/ledger.1.pdf
mandoc -Tpdf -l ledger/man/ledger.5 > docs/ledger.5.pdf
cp ledger/man/ledger.1 docs/
cp ledger/man/ledger.5 docs/

Expand Down

0 comments on commit 041c8f4

Please sign in to comment.