Fix Facebook documentation pointing to a missing version.xml file

Tue, 06 Nov 2018 16:21:25 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 06 Nov 2018 16:21:25 -0600
changeset 39283
64bf48e23160
parent 39282
3f692cf40bbb
child 39284
d30abd418ba0

Fix Facebook documentation pointing to a missing version.xml file

The Facebook protocol plugin documentation was attempting to point to
a version.xml file in doc/reference/protocols/ which wasn't being
generated. This caused its documentation to fail to build. This patch
removes the remnants of that and has it point to the libpurple
version.xml as it doesn't make sense to have a separate protocol
version to me as is.

doc/reference/protocols/facebook/facebook-docs.xml file | annotate | diff | comparison | revisions
doc/reference/protocols/version.xml.in file | annotate | diff | comparison | revisions
--- a/doc/reference/protocols/facebook/facebook-docs.xml	Tue Nov 06 16:19:34 2018 -0600
+++ b/doc/reference/protocols/facebook/facebook-docs.xml	Tue Nov 06 16:21:25 2018 -0600
@@ -3,7 +3,7 @@
                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 
 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-<!ENTITY version SYSTEM "../version.xml">
+<!ENTITY version SYSTEM "../../libpurple/version.xml">
 ]>
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
   <bookinfo>
--- a/doc/reference/protocols/version.xml.in	Tue Nov 06 16:19:34 2018 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-@PURPLE_VERSION@

mercurial