diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -75,7 +75,11 @@ Quick install --extra-include-dirs=/usr/local/Cellar/icu4c/51.1/include \ -funicode_collation text-icu pandoc-citeproc -The build process will create man pages in `man/man1` and `man/man5`. +To build the `pandoc.1` and `pandoc_markdown.5` man pages, you +can ues pandoc itself: + + pandoc --man1 > pandoc.1 + pandoc --man5 > pandoc_markdown.5 To build the `pandoc-citeproc` man pages, go to the pandoc-citeproc build directory, and |