summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-01 18:01:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-01 18:01:21 -0700
commit9ffd1babc7db537b5cc254674999bc3da567e070 (patch)
tree88917c82355b68e9ca362cd9a1c220d1306204a9 /INSTALL
parent28cb50503b2f9428de34dee0d62f2e46f1c0fa59 (diff)
Install man pages as part of cabal 'copy' phase.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 5 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 88d962a85..2b32524e5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,17 +75,12 @@ Quick install
--extra-include-dirs=/usr/local/Cellar/icu4c/51.1/include \
-funicode_collation text-icu pandoc-citeproc
-To build the `pandoc.1` man page:
+The `pandoc.1` man page will be built and installed automatically.
+The build process shows you where it is installed: you may need
+to set your `MANPATH` accordingly.
- pandoc --print-default-data-file pandoc.1 > pandoc.1
-
-To build the `pandoc-citeproc` man pages, go to the pandoc-citeproc
-build directory, and
-
- cd man
- make
-
-The man page will be created in the `man1` subdirectory.
+The `pandoc-citeproc.1` man page will also be built and installed
+automatically.
[GHC]: http://www.haskell.org/ghc/
[Haskell platform]: http://hackage.haskell.org/platform/