Geert, I believe this broke the docs build; it failed last night. -derek
Geert Janssens <[email protected]> writes: > Updated via https://github.com/Gnucash/gnucash-docs/commit/f8e2df0d > (commit) > from https://github.com/Gnucash/gnucash-docs/commit/0c8c66f9 (commit) > > > > commit f8e2df0d822e4de5ed1ca2285bd00acbab30d73c > Author: David Thomas <[email protected]> > Date: Mon Feb 6 21:31:39 2017 +0500 > > Bug 777891 - Guide Glossary lacks proper ID tag or mention in Basics > Chapter. > > This patch adds the appropriate tag in the glossary, and references the > glossary in the Overview Chapter. > > diff --git a/guide/C/ch_oview.xml b/guide/C/ch_oview.xml > index f0395fa..8e9ab47 100644 > --- a/guide/C/ch_oview.xml > +++ b/guide/C/ch_oview.xml > @@ -406,6 +406,10 @@ > > <itemizedlist> > <listitem> > + <para><xref linkend="gnc-gloss"></xref> - Glossary of terms used > in <application>&app;</application></para> > + </listitem> > + > + <listitem> > <para><xref linkend="appendixa"></xref> - Guide for former > <trademark > class="registered">Quicken</trademark>, MS Money or other > <acronym>QIF</acronym> > users</para> > diff --git a/guide/C/gnc-glossary.xml b/guide/C/gnc-glossary.xml > index 07b7902..2681ac0 100644 > --- a/guide/C/gnc-glossary.xml > +++ b/guide/C/gnc-glossary.xml > @@ -7,7 +7,7 @@ > Translators: > (translators put your name and email here) > --> > -<glossary> > +<glossary id="gnc-gloss"> > <title><application>&app;</application> Glossary</title> > <para>This is a glossary of common terms used in > <application>&app;</application>. > Some entries here are taken from Wikipedia (<ulink > url="http://en.wikipedia.org"/>).</para> > > > > Summary of changes: > guide/C/ch_oview.xml | 4 ++++ > guide/C/gnc-glossary.xml | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > > _______________________________________________ > gnucash-changes mailing list > [email protected] > https://lists.gnucash.org/mailman/listinfo/gnucash-changes > > -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [email protected] PGP key available _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
