On Wed, Mar 26, 2014 at 10:52 AM, Christophe Fergeau wrote:
> On Tue, Mar 25, 2014 at 05:47:21PM +0100, Marc-André Lureau wrote:
> > On Tue, Mar 25, 2014 at 4:15 PM, Christophe Fergeau >wrote:
> >
> > > + $(AM_V_GEN) $(A2X) -f xhtml $(A2X_FLAGS) $<
> >
> >
> > if you can manage to get synta
On Tue, Mar 25, 2014 at 05:47:21PM +0100, Marc-André Lureau wrote:
> On Tue, Mar 25, 2014 at 4:15 PM, Christophe Fergeau
> wrote:
>
> > + $(AM_V_GEN) $(A2X) -f xhtml $(A2X_FLAGS) $<
>
>
> if you can manage to get syntax highlighting working, then ok. Otherwise we
> should keep asciidoc wh
On Tue, Mar 25, 2014 at 4:15 PM, Christophe Fergeau wrote:
> + $(AM_V_GEN) $(A2X) -f xhtml $(A2X_FLAGS) $<
if you can manage to get syntax highlighting working, then ok. Otherwise we
should keep asciidoc which produces better looking results (no need for
intermediate docbook conversion)
This lets us generate a chunked (multipage) HTML doc in addition to the
single page one.
---
configure.ac| 12 ++--
docs/manual/Makefile.am | 6 --
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/configure.ac b/configure.ac
index 53d05a2..224b608 100644
---