diff options
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +pandoc (1.15.0.1) + + * Man page is now built and installed as part of the cabal build + process. Removed Makefile target for man page. + pandoc (1.15) * Man page changes: diff --git a/pandoc.cabal b/pandoc.cabal index 54e09d38f..e082fde96 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.15 +Version: 1.15.0.1 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |