diff options
author | Micael Karlberg <[email protected]> | 2019-06-17 18:14:29 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-06-20 18:07:08 +0200 |
commit | 55685630a4c2edccda1954e4bfb2ee590a4467f9 (patch) | |
tree | 4c62debf40736a8985b569cc382d09b06bf42932 /erts/doc/src/part.xml.src | |
parent | fdffb35fc3209e20459a03fc21924295b96becee (diff) | |
download | otp-55685630a4c2edccda1954e4bfb2ee590a4467f9.tar.gz otp-55685630a4c2edccda1954e4bfb2ee590a4467f9.tar.bz2 otp-55685630a4c2edccda1954e4bfb2ee590a4467f9.zip |
[esock] Documentation woes
Still trying to make --disable-esock to work properly.
Now the primary chore is the doc building.
OTP-15765
Diffstat (limited to 'erts/doc/src/part.xml.src')
-rw-r--r-- | erts/doc/src/part.xml.src | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/erts/doc/src/part.xml.src b/erts/doc/src/part.xml.src new file mode 100644 index 0000000000..9b20beffad --- /dev/null +++ b/erts/doc/src/part.xml.src @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE part SYSTEM "part.dtd"> + +<part xmlns:xi="http://www.w3.org/2001/XInclude"> + <header> + <copyright> + <year>1996</year><year>2019</year> + <holder>Ericsson AB. All Rights Reserved.</holder> + </copyright> + <legalnotice> + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + </legalnotice> + + <title>ERTS User's Guide</title> + <prepared>Catrin Granbom</prepared> + <docno></docno> + <date>1997-05-15</date> + <rev>4.5.2</rev> + <file>part.xml</file> + </header> + <description> + </description> + <xi:include href="introduction.xml"/> + <xi:include href="communication.xml"/> + <xi:include href="time_correction.xml"/> + <xi:include href="match_spec.xml"/> + <xi:include href="crash_dump.xml"/> + <xi:include href="alt_dist.xml"/> + <xi:include href="alt_disco.xml"/> + <xi:include href="absform.xml"/> + <xi:include href="tty.xml"/> + <xi:include href="driver.xml"/> + <xi:include href="inet_cfg.xml"/> + %ESOCK_USE_SOCKET_USAGE_XML% + <xi:include href="erl_ext_dist.xml"/> + <xi:include href="erl_dist_protocol.xml"/> +</part> + |