diff options
-rw-r--r-- | help/.gitignore | 1 | ||||
-rw-r--r-- | help/C/empathy.xml | 4 | ||||
-rw-r--r-- | help/empathy.omf.in | 10 |
3 files changed, 13 insertions, 2 deletions
diff --git a/help/.gitignore b/help/.gitignore new file mode 100644 index 000000000..a57b2ac0a --- /dev/null +++ b/help/.gitignore @@ -0,0 +1 @@ +empathy-C.omf diff --git a/help/C/empathy.xml b/help/C/empathy.xml index b1e0b8836..57b55f404 100644 --- a/help/C/empathy.xml +++ b/help/C/empathy.xml @@ -30,7 +30,7 @@ &legal; <authorgroup> - <author> + <author role="maintainer"> <firstname>Milo</firstname> <surname>Casagrande</surname> <affiliation> @@ -115,4 +115,4 @@ </para> </sect1> -</article>
\ No newline at end of file +</article> diff --git a/help/empathy.omf.in b/help/empathy.omf.in new file mode 100644 index 000000000..fc3414507 --- /dev/null +++ b/help/empathy.omf.in @@ -0,0 +1,10 @@ +<?xml version="1.0" standalone="no"?> +<omf> + <resource> + <subject category="GNOME|Applications|Internet"/> + <type>manual</type> + <relation seriesid="593c483c-fd87-11dc-962a-db91d980186f"/> + <rights type="GNU FDL" license.version="1.1" holder="Milo Casagrande"/> + </resource> +</omf> + |