diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2015-03-28 15:37:02 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2015-03-28 15:40:50 -0700 |
commit | 3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb (patch) | |
tree | 6e639b274ab0e33d19d157b015ec197bc93f95ae /INSTALL | |
parent | 524d284b88cc61a9cd958e2679effd1d0a01e1ac (diff) | |
download | pandoc-3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb.tar.gz |
Always build man pages. Removed make-pandoc-man-pages flag.
Updated INSTALL instructions.
Makefile: removed man target, now that we generate man pages by default.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -66,11 +66,7 @@ Quick install --extra-include-dirs=/usr/local/Cellar/icu4c/51.1/include \ -funicode_collation text-icu pandoc-citeproc -The cabal installation procedure does not generate man pages. -To build the `pandoc` man pages, build pandoc with the -`make-pandoc-man-pages` flag, and then use the command -`make-pandoc-man-pages` from the pandoc source directory. -This will create the man pages in `man/man1` and `man/man5`. +The build process will create man pages in `man/man1` and `man/man5`. To build the `pandoc-citeproc` man pages, go to the pandoc-citeproc build directory, and @@ -209,4 +205,3 @@ To use a smaller sample size so the benchmarks run faster: To run just the markdown benchmarks: cabal bench --benchmark-options='markdown' - |