public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* ANN: pandoc 1.15
@ 2015-07-01 20:50 John MacFarlane
       [not found] ` <20150701205030.GA76315-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2015-07-01 20:50 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw,
	pandoc-announce-/JYPxA39Uh5TLH3MbocFFw

I've released pandoc 1.15:
https://github.com/jgm/pandoc/releases/tag/1.15

This change mostly just improves on the man page generation.
There is now a single man page, not two, and it is generated
using pandoc + some custom templates and filters after
pandoc is built.  (Pandoc need not be installed to do this.)
The --man1 and --man5 options that were added the other day
have been removed, as has Text.Pandoc.ManPages (hence the
major version bump).

ConTeXt users will also want to update, because of a fix
in how internal links are rendered.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ANN: pandoc 1.15
       [not found] ` <20150701205030.GA76315-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2015-07-01 21:41   ` Manolo Martínez
       [not found]     ` <20150701214142.GA6216-ATBnwnkP+pFSq9BJjBFyUp/QNRX+jHPU@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Manolo Martínez @ 2015-07-01 21:41 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 07/01/15 at 01:50pm, John MacFarlane wrote:
> I've released pandoc 1.15:
> https://github.com/jgm/pandoc/releases/tag/1.15
> 
> This change mostly just improves on the man page generation.
> There is now a single man page, not two, and it is generated
> using pandoc + some custom templates and filters after
> pandoc is built.  (Pandoc need not be installed to do this.)

Thanks for the release, John.

I apologize if this is obvious to most subscribers of the list: once we
install pandoc with cabal, where can we find whatever it is that we need
to make the man page as per the release notes -- I assume, a makefile at
least?

Thanks,

Manolo


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ANN: pandoc 1.15
       [not found]     ` <20150701214142.GA6216-ATBnwnkP+pFSq9BJjBFyUp/QNRX+jHPU@public.gmane.org>
@ 2015-07-01 22:29       ` John MacFarlane
       [not found]         ` <20150701222917.GC76433-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2015-07-01 22:29 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

+++ Manolo Martínez [Jul 01 15 23:41 ]:
>On 07/01/15 at 01:50pm, John MacFarlane wrote:
>> I've released pandoc 1.15:
>> https://github.com/jgm/pandoc/releases/tag/1.15
>>
>> This change mostly just improves on the man page generation.
>> There is now a single man page, not two, and it is generated
>> using pandoc + some custom templates and filters after
>> pandoc is built.  (Pandoc need not be installed to do this.)
>
>Thanks for the release, John.
>
>I apologize if this is obvious to most subscribers of the list: once we
>install pandoc with cabal, where can we find whatever it is that we need
>to make the man page as per the release notes -- I assume, a makefile at
>least?

Sorry, you'll need to clone the source from github to get these things.

Maybe I should just break down and give up on not including
generated files in the source repository.  It would sure be
convenient if the man page was in the cabal package!

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20150701222917.GC76433%40localhost.hsd1.ca.comcast.net.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ANN: pandoc 1.15
       [not found]         ` <20150701222917.GC76433-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2015-07-01 23:18           ` Magnus Therning
  0 siblings, 0 replies; 4+ messages in thread
From: Magnus Therning @ 2015-07-01 23:18 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 2261 bytes --]

On Wed, Jul 01, 2015 at 03:29:17PM -0700, John MacFarlane wrote:
> +++ Manolo Martínez [Jul 01 15 23:41 ]:
> >On 07/01/15 at 01:50pm, John MacFarlane wrote:
> >>I've released pandoc 1.15:
> >>https://github.com/jgm/pandoc/releases/tag/1.15
> >>
> >>This change mostly just improves on the man page generation.
> >>There is now a single man page, not two, and it is generated
> >>using pandoc + some custom templates and filters after
> >>pandoc is built.  (Pandoc need not be installed to do this.)
> >
> >Thanks for the release, John.
> >
> >I apologize if this is obvious to most subscribers of the list:
> >once we install pandoc with cabal, where can we find whatever it is
> >that we need to make the man page as per the release notes -- I
> >assume, a makefile at least?
> 
> Sorry, you'll need to clone the source from github to get these
> things.
> 
> Maybe I should just break down and give up on not including
> generated files in the source repository.  It would sure be
> convenient if the man page was in the cabal package!

Reading the `INSTALL` file I find this passage:

 > To build the `pandoc.1` man page:
 >
 >    make man/man1/pandoc.1

That seems to be out of date, but maybe it shouldn't be ;)

There's also a bit more about man pages in step 5 that probably should
be removed.

/M

-- 
Magnus Therning                      OpenPGP: 0xAB4DFBA4 
email: magnus-prvltyMypuNg9hUCZPvPmw@public.gmane.org   jabber: magnus-prvltyMypuNg9hUCZPvPmw@public.gmane.org
twitter: magthe               http://therning.org/magnus

The cheapest, fastest and most reliable components of a computer system
are those that aren't there.
     -- Gordon Bell

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20150701231838.GC5047%40tatooine.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-01 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-01 20:50 ANN: pandoc 1.15 John MacFarlane
     [not found] ` <20150701205030.GA76315-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
2015-07-01 21:41   ` Manolo Martínez
     [not found]     ` <20150701214142.GA6216-ATBnwnkP+pFSq9BJjBFyUp/QNRX+jHPU@public.gmane.org>
2015-07-01 22:29       ` John MacFarlane
     [not found]         ` <20150701222917.GC76433-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
2015-07-01 23:18           ` Magnus Therning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).