trivial: Don't change the documentation output every time the version changes

This was added for cosmetic reasons, and including the version makes the
generated html documentation change every release even if there were no API
changes.
This commit is contained in:
Richard Hughes 2017-04-12 14:45:02 +01:00
parent a985781308
commit 82dcdfeec6
7 changed files with 2 additions and 15 deletions

View File

@ -372,7 +372,6 @@ docs/Makefile
docs/libdfu/Makefile
docs/libfwupd/Makefile
docs/man/Makefile
docs/version.xml
policy/Makefile
po/Makefile.in
src/Makefile

View File

@ -4,7 +4,6 @@ SUBDIRS = \
man
EXTRA_DIST = \
version.xml.in \
dfu-metadata-store.md
-include $(top_srcdir)/git.mk

View File

@ -61,8 +61,7 @@ HTML_IMAGES=
# Extra files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.xml building.xml changes-2.0.xml
content_files= \
$(top_builddir)/docs/version.xml
content_files=
# Files where gtk-doc abbrevations (#GtkWidget) are expanded
# e.g. expand_content_files=running.xml

View File

@ -3,14 +3,10 @@
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "../version.xml">
]>
<book id="index">
<bookinfo>
<title>libdfu Reference Manual</title>
<releaseinfo>
for libdfu &version;.
</releaseinfo>
</bookinfo>
<reference id="intro">

View File

@ -57,8 +57,7 @@ HTML_IMAGES=
# Extra files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.xml building.xml changes-2.0.xml
content_files= \
$(top_builddir)/docs/version.xml
content_files=
# Files where gtk-doc abbrevations (#GtkWidget) are expanded
# e.g. expand_content_files=running.xml

View File

@ -3,14 +3,10 @@
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "../version.xml">
]>
<book id="index">
<bookinfo>
<title>libfwupd Reference Manual</title>
<releaseinfo>
for libfwupd &version;.
</releaseinfo>
</bookinfo>
<reference id="intro">

View File

@ -1 +0,0 @@
@VERSION@