Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ To install Python packages:
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

### Build instructions for Pandoc manpages

The `-j16` command is optional for speeding up the manpage compilation process by using multiple jobs
based on the number of cores in your system.

``` shell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

By adding ``` shell here, the comment on line 40 (# Note this step is important as it regenerates the documentation using latest sources.) is included in the code block. This comment appears to be incorrect, as the make clean command on line 38 removes generated files, it does not regenerate them (as confirmed by the Makefile). This could be misleading for users. Please consider correcting or removing this comment to accurately reflect the purpose of the make clean command.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment refers to the line following which does regenerate the docs, not the clean line above.

make clean

# Note this step is important as it regenerates the documentation using latest sources.
Expand Down
Loading