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 /RELEASE-CHECKLIST | |
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 'RELEASE-CHECKLIST')
-rw-r--r-- | RELEASE-CHECKLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index d8f8c9004..26950afd1 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -2,6 +2,8 @@ _ Test, on linux, windows, mac (inc. website demos) _ Finalize changelog +_ man man/pandoc.1 and commit if needed + _ Tag release in git _ Tag templates |