diff options
author | Oliver Smith <osmith@sysmocom.de> | 2018-10-31 14:52:31 +0100 |
---|---|---|
committer | Oliver Smith <osmith@sysmocom.de> | 2018-11-16 15:14:04 +0100 |
commit | 3e0af16bfd901acffb479cf502ce5235ca2eea3b (patch) | |
tree | c04cdcb969e1446a14e4bb25f1275213c128ca0b /doc/manuals/osmomsc-vty-reference.xml | |
parent | c51609aa5c85dc802823393ee3c37abb734db938 (diff) |
move project specific manuals to their own repososmith/move-manuals-to-project-repos
Build manuals when ./configure --enable-manuals is specified. Requires
osmo-gsm-manuals to be installed.
Related: OS#3385
Depends: I96933dd4dd6cac159847647f1c642215051a9aad (osmo-gsm-manuals)
Change-Id: I2f9c27f81940b02414f0e618483bffade72e8cf7
Diffstat (limited to 'doc/manuals/osmomsc-vty-reference.xml')
-rw-r--r-- | doc/manuals/osmomsc-vty-reference.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/manuals/osmomsc-vty-reference.xml b/doc/manuals/osmomsc-vty-reference.xml new file mode 100644 index 000000000..132f20026 --- /dev/null +++ b/doc/manuals/osmomsc-vty-reference.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ex:ts=2:sw=42sts=2:et + -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- +--> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0//EN" +"http://docbook.org/xml/5.0/dtd/docbook.dtd" [ +<!ENTITY chapter-vty SYSTEM "./common/chapters/vty.xml" > +<!ENTITY sections-vty SYSTEM "generated/docbook_vty.xml" > +]> + +<book> + <info> + <revhistory> + <revision> + <revnumber>v1</revnumber> + <date>18th September 2017</date> + <authorinitials>nh</authorinitials> + <revremark>Initial</revremark> + </revision> + </revhistory> + + <title>OsmoMSC VTY Reference</title> + + <copyright> + <year>2017</year> + </copyright> + + <legalnotice> + <para>This work is copyright by <orgname>sysmocom - s.f.m.c. GmbH</orgname>. All rights reserved. + </para> + </legalnotice> + </info> + + <!-- Main chapters--> + &chapter-vty; +</book> + |