aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-11-02 17:19:31 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:54:20 +0100
commit5fd42960d665925d3e63d2aea00357b1857e2599 (patch)
tree591ccc3048bbfd6a3e568a233c8233e3c68699b4
parentdbb4c0389eccf68ad0a1d3f08f81c1fc07bdab1a (diff)
Move RTP AMR doc to top level
Add it to Makefile with proper docinfo so it's build automatically alongside with other documentation. Change-Id: Iacd7fadc003ce0f9ffd20aa5b36c7d598b04f882
-rw-r--r--doc/manuals/Makefile4
-rw-r--r--doc/manuals/rtp-amr-docinfo.xml46
-rw-r--r--doc/manuals/rtp-amr.adoc (renamed from doc/manuals/abis/rtp-amr.adoc)0
3 files changed, 49 insertions, 1 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index eadb940e..58df0e32 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -14,7 +14,7 @@ docbooktotypes = pdf
# htmlcss =
TOPDIR := ..
-ASCIIDOCS := osmobts-usermanual osmobts-abis
+ASCIIDOCS := osmobts-usermanual osmobts-abis rtp-amr
include $(TOPDIR)/build/Makefile.asciidoc.inc
include $(TOPDIR)/build/Makefile.inc
@@ -26,6 +26,8 @@ clean:
-rm -rf $(cleanfiles)
-rm osmobts-abis__*.png
-rm osmobts-abis__*.svg
+ -rm rtp-amr__*.png
+ -rm rtp-amr__*.svg
-rm osmobts-usermanual__*.png
-rm osmobts-usermanual__*.svg
-rm osmobts-abis*.check
diff --git a/doc/manuals/rtp-amr-docinfo.xml b/doc/manuals/rtp-amr-docinfo.xml
new file mode 100644
index 00000000..82131c4d
--- /dev/null
+++ b/doc/manuals/rtp-amr-docinfo.xml
@@ -0,0 +1,46 @@
+<revhistory>
+ <revision>
+ <revnumber>1</revnumber>
+ <date>October 2016</date>
+ <authorinitials>HW</authorinitials>
+ <revremark>
+ Initial version
+ </revremark>
+ </revision>
+</revhistory>
+
+<authorgroup>
+ <author>
+ <firstname>Harald</firstname>
+ <surname>Welte</surname>
+ <email>hwelte@sysmocom.de</email>
+ <authorinitials>HW</authorinitials>
+ <affiliation>
+ <shortaffil>sysmocom</shortaffil>
+ <orgname>sysmocom - s.f.m.c. GmbH</orgname>
+ <jobtitle>Managing Director</jobtitle>
+ </affiliation>
+ </author>
+</authorgroup>
+
+<copyright>
+ <year>2016</year>
+ <holder>sysmocom - s.f.m.c. GmbH</holder>
+</copyright>
+
+<legalnotice>
+ <para>
+ Permission is granted to copy, distribute and/or modify this
+ document under the terms of the GNU Free Documentation License,
+ Version 1.3 or any later version published by the Free Software
+ Foundation; with no Invariant Sections, no Front-Cover Texts,
+ and no Back-Cover Texts. A copy of the license is included in
+ the section entitled "GNU Free Documentation License".
+ </para>
+ <para>
+ The Asciidoc source code of this manual can be found at
+ <ulink url="http://git.osmocom.org/osmo-gsm-manuals/">
+ http://git.osmocom.org/osmo-gsm-manuals/
+ </ulink>
+ </para>
+</legalnotice>
diff --git a/doc/manuals/abis/rtp-amr.adoc b/doc/manuals/rtp-amr.adoc
index f6013036..f6013036 100644
--- a/doc/manuals/abis/rtp-amr.adoc
+++ b/doc/manuals/rtp-amr.adoc