~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/megaco/doc/src/files.mk

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#-*-makefile-*-   ; force emacs to enter makefile-mode
 
2
 
 
3
# %CopyrightBegin%
 
4
 
5
# Copyright Ericsson AB 2001-2009. All Rights Reserved.
 
6
 
7
# The contents of this file are subject to the Erlang Public License,
 
8
# Version 1.1, (the "License"); you may not use this file except in
 
9
# compliance with the License. You should have received a copy of the
 
10
# Erlang Public License along with this software. If not, it can be
 
11
# retrieved online at http://www.erlang.org/.
 
12
 
13
# Software distributed under the License is distributed on an "AS IS"
 
14
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
15
# the License for the specific language governing rights and limitations
 
16
# under the License.
 
17
 
18
# %CopyrightEnd%
 
19
 
 
20
XML_APPLICATION_FILES = \
 
21
        ref_man.xml
 
22
 
 
23
XML_REF3_FILES = \
 
24
        megaco.xml \
 
25
        megaco_codec_meas.xml \
 
26
        megaco_codec_transform.xml \
 
27
        megaco_edist_compress.xml \
 
28
        megaco_encoder.xml \
 
29
        megaco_flex_scanner.xml \
 
30
        megaco_user.xml \
 
31
        megaco_tcp.xml \
 
32
        megaco_transport.xml \
 
33
        megaco_udp.xml
 
34
 
 
35
XML_PART_FILES =       \
 
36
        part.xml       \
 
37
        part_notes.xml \
 
38
        part_notes_history.xml
 
39
 
 
40
XML_EXTRA_FILES = \
 
41
        notes_history.xml
 
42
 
 
43
XML_CHAPTER_FILES = \
 
44
        megaco_intro.xml \
 
45
        megaco_architecture.xml \
 
46
        megaco_run.xml \
 
47
        megaco_encode.xml \
 
48
        megaco_transport_mechanisms.xml \
 
49
        megaco_examples.xml \
 
50
        megaco_performance.xml \
 
51
        megaco_mib.xml \
 
52
        megaco_debug.xml \
 
53
        notes.xml
 
54
 
 
55
BOOK_FILES = book.xml
 
56
 
 
57
GIF_FILES = \
 
58
        single_node_config.gif \
 
59
        distr_node_config.gif \
 
60
        megaco_sys_arch.gif \
 
61
        user_guide.gif \
 
62
        note.gif \
 
63
        notes.gif \
 
64
        ref_man.gif \
 
65
        book.gif \
 
66
        MG-startup_flow_noMID.gif \
 
67
        MGC_startup_call_flow.gif \
 
68
        MG_startup_call_flow.gif \
 
69
        call_flow.gif \
 
70
        call_flow_cont.gif \
 
71
        message_size.gif \
 
72
        encode_time.gif \
 
73
        decode_time.gif \
 
74
        total_time.gif