summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-07-07 17:17:03 +0200
committerMatthew Leeds <matthew.leeds@endlessm.com>2018-07-07 17:17:03 +0200
commit1a79b460593114a361206413eac77a9ebc5147fc (patch)
tree77e0213f5e90dd9ee67161ea139cb885a7847502
parentc0f9d81fb010ed1e22eb6607bbe785d67c3c6b63 (diff)
downloadflatpak-1a79b460593114a361206413eac77a9ebc5147fc.tar.gz
doc: Point to the source of the generated HTML
When you're looking at the Flatpak Command Reference on docs.flatpak.org, it's not clear that it was generated from the flatpak repo. So add a notice to the docbook that's used to generate the HTML. This was pointed out by https://github.com/flatpak/flatpak-docs/pull/134
-rw-r--r--doc/flatpak-docs.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/flatpak-docs.xml.in b/doc/flatpak-docs.xml.in
index ec5974f8..68a33fef 100644
--- a/doc/flatpak-docs.xml.in
+++ b/doc/flatpak-docs.xml.in
@@ -8,6 +8,11 @@
<releaseinfo>Version @VERSION@</releaseinfo>
</referenceinfo>
<title>Flatpak Command Reference</title>
+ <important>
+ <para>
+ The command reference is generated from the flatpak repo; see <ulink url="https://github.com/flatpak/flatpak/tree/master/doc"></ulink>
+ </para>
+ </important>
<partintro>
<para>
Flatpak comes with a rich commandline interface.