diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 16:29:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 16:29:44 -0700 |
commit | 28cb50503b2f9428de34dee0d62f2e46f1c0fa59 (patch) | |
tree | 2e6d0f770ac5892b66368c2fa2a6310a57b71fda /INSTALL | |
parent | 958a615b759aaa45333bac7f12a2a35b2d8c8b34 (diff) | |
download | pandoc-28cb50503b2f9428de34dee0d62f2e46f1c0fa59.tar.gz |
Generate man page in cabal build process and include in data/.
The pandoc.1 man page is generated automatically after the cabal
build process. It goes in `data/pandoc.1`. It can be obtained
by the user who installs pandoc via cabal thus:
pandoc --print-default-data-file pandoc.1 > pandoc.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ Quick install To build the `pandoc.1` man page: - make man/man1/pandoc.1 + pandoc --print-default-data-file pandoc.1 > pandoc.1 To build the `pandoc-citeproc` man pages, go to the pandoc-citeproc build directory, and |