Tue, 06 Nov 2018 16:21:25 -0600
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.
<?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "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 "../../libpurple/version.xml"> ]> <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> <title>Facebook Protocol Reference Manual</title> <abstract> <title>Facebook Plugin &version;</title> <para> The Facebook Messenger protocol plugin for libpurple. </para> </abstract> </bookinfo> <reference label="II"> <title>API Reference</title> <xi:include href="xml/api.xml" /> <xi:include href="xml/data.xml" /> <xi:include href="xml/facebook.xml" /> <xi:include href="xml/http.xml" /> <xi:include href="xml/id.xml" /> <xi:include href="xml/json.xml" /> <xi:include href="xml/mqtt.xml" /> <xi:include href="xml/thrift.xml" /> <xi:include href="xml/util.xml" /> </reference> </book>