mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
Moved to doc/manuals/, with full commit history, in preceding merge commit. Now incorporate in the build system. Build with: $ autoreconf -fi $ ./configure --enable-manuals $ make Shared files from osmo-gsm-manuals.git are found automatically if - the repository is checked out in ../osmo-gsm-manuals; or - if it osmo-gsm-manuals was installed with "make install"; or - OSMO_GSM_MANUALS_DIR is set. Related: OS#3385 Change-Id: I504f05a49721f2dfe105b6c5fd1995c4e7a0be9c
39 lines
962 B
XML
39 lines
962 B
XML
<?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>12th December 2017</date>
|
|
<authorinitials>pm</authorinitials>
|
|
<revremark>Initial</revremark>
|
|
</revision>
|
|
</revhistory>
|
|
|
|
<title>OsmoMGW 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>
|
|
|