~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# %CopyrightBegin%
4
4
5
 
# Copyright Ericsson AB 2001-2009. All Rights Reserved.
 
5
# Copyright Ericsson AB 2001-2011. All Rights Reserved.
6
6
7
7
# The contents of this file are subject to the Erlang Public License,
8
8
# Version 1.1, (the "License"); you may not use this file except in
23
23
XML_APP_REF3_FILES = \
24
24
        snmp.xml
25
25
 
 
26
XML_COMP_REF1_FILES = \
 
27
        snmpc_cmd.xml
 
28
 
26
29
XML_COMP_REF3_FILES = \
27
30
        snmpc.xml
28
31
 
62
65
        snmpm_network_interface_filter.xml \
63
66
        snmpm_user.xml
64
67
 
 
68
XML_REF1_FILES = \
 
69
        $(XML_COMP_REF1_FILES)
 
70
 
65
71
XML_REF3_FILES = \
66
72
        $(XML_APP_REF3_FILES) \
67
73
        $(XML_COMP_REF3_FILES) \
98
104
 
99
105
BOOK_FILES = book.xml
100
106
 
101
 
XML_FILES = $(BOOK_FILES)         \
102
 
             $(XML_CHAPTER_FILES) \
103
 
             $(XML_PART_FILES)    \
104
 
             $(XML_REF6_FILES)    \
105
 
             $(XML_REF3_FILES)    \
106
 
             $(XML_APPLICATION_FILES)
 
107
XML_FILES = $(BOOK_FILES)        \
 
108
            $(XML_CHAPTER_FILES) \
 
109
            $(XML_PART_FILES)    \
 
110
            $(XML_REF1_FILES)    \
 
111
            $(XML_REF3_FILES)    \
 
112
            $(XML_REF6_FILES)    \
 
113
            $(XML_APPLICATION_FILES)
107
114
 
108
115
GIF_FILES = book.gif \
109
116
        getnext1.gif \
150
157
        $(MIBSDIR)/SNMP-VIEW-BASED-ACM-MIB.mib \
151
158
        $(MIBSDIR)/SNMP-USM-AES-MIB.mib \
152
159
        $(MIBSDIR)/INET-ADDRESS-MIB.mib \
 
160
        $(MIBSDIR)/TRANSPORT-ADDRESS-MIB.mib \
153
161
        $(MIBSDIR)/OTP-SNMPEA-MIB.mib