From 3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 28 Mar 2015 15:37:02 -0700 Subject: 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. --- INSTALL | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a8ba3ddef..d5821339a 100644 --- a/INSTALL +++ b/INSTALL @@ -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' - -- cgit v1.2.3