diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-02 22:09:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-02 22:12:38 -0700 |
commit | 79764df2d5c75c63b92613316fcc8a9b8379f8cc (patch) | |
tree | 8d94fa2d3e0c3ae96ed980f8445e7be24efd59ea /INSTALL | |
parent | fbc5384ef809a156b6242758abb20d166a23d3cc (diff) | |
download | pandoc-79764df2d5c75c63b92613316fcc8a9b8379f8cc.tar.gz |
Added pandoc.1 to repository. Don't build as part of cabal build.
The process was too fragile. It made too many assumptions about
available libraries (which failed sometimes when sandboxes were
used). This is a low-tech solution. The only drawback is that
`man/pandoc.1` is a generated file in the repository. It will need
to be regenerated periodically when README changes.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -75,12 +75,12 @@ Quick install --extra-include-dirs=/usr/local/Cellar/icu4c/51.1/include \ -funicode_collation text-icu pandoc-citeproc -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. +The `pandoc.1` man page will be installed automatically. cabal shows +you where it is installed: you may need to set your `MANPATH` +accordingly. If `README` has been modified, the man page can be +rebuilt: `make man/pandoc.1`. -The `pandoc-citeproc.1` man page will also be built and installed -automatically. +The `pandoc-citeproc.1` man page will also be installed automatically. [GHC]: http://www.haskell.org/ghc/ [Haskell platform]: http://hackage.haskell.org/platform/ |