mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 14:32:56 +00:00
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:
parent
a985781308
commit
82dcdfeec6
@ -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
|
||||
|
@ -4,7 +4,6 @@ SUBDIRS = \
|
||||
man
|
||||
|
||||
EXTRA_DIST = \
|
||||
version.xml.in \
|
||||
dfu-metadata-store.md
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
@ -1 +0,0 @@
|
||||
@VERSION@
|
Loading…
Reference in New Issue
Block a user