After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742479 - docs: Remove use of tmpl
docs: Remove use of tmpl
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-06 19:26 UTC by Bastien Nocera
Modified: 2015-01-07 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Remove use of tmpl (10.91 KB, patch)
2015-01-06 19:26 UTC, Bastien Nocera
committed Details | Review
docs: Fix warnings about acronyms when building docs (907 bytes, patch)
2015-01-07 15:39 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2015-01-06 19:26:33 UTC
.
Comment 1 Bastien Nocera 2015-01-06 19:26:36 UTC
Created attachment 293968 [details] [review]
docs: Remove use of tmpl

See https://mail.gnome.org/archives/desktop-devel-list/2014-February/msg00000.html
Comment 2 Bastien Nocera 2015-01-06 19:36:04 UTC
Couldn't find out how to fix the error mentioned in https://mail.gnome.org/archives/desktop-devel-list/2015-January/msg00001.html though.
Comment 3 Rui Matos 2015-01-07 13:33:41 UTC
(In reply to comment #2)
> Couldn't find out how to fix the error mentioned in
> https://mail.gnome.org/archives/desktop-devel-list/2015-January/msg00001.html
> though.

If by error you mean warnings like:

In gtk-doc.xsl: For acronym (out) no value found!

then this does fix it for me:

diff --git a/docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml b/docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
index 484ca98..a31e5d7 100644
--- a/docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
+++ b/docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
@@ -52,4 +52,5 @@ The libgnome-desktop library contains APIs that can be useful for a few applicat
     <xi:include href="xml/gnome-languages.xml"/>
   </part>
 
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 </book>
Comment 4 Bastien Nocera 2015-01-07 15:39:45 UTC
Created attachment 294041 [details] [review]
docs: Fix warnings about acronyms when building docs
Comment 5 Bastien Nocera 2015-01-07 15:40:11 UTC
Attachment 293968 [details] pushed as 6f9930c - docs: Remove use of tmpl
Attachment 294041 [details] pushed as d529430 - docs: Fix warnings about acronyms when building docs