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

« back to all changes in this revision

Viewing changes to lib/et/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
XML_APPLICATION_FILES = \
 
4
        ref_man.xml
 
5
 
 
6
XML_REF3_FILES = \
 
7
        et.xml \
 
8
        et_collector.xml \
 
9
        et_selector.xml \
 
10
        et_viewer.xml
 
11
 
 
12
XML_PART_FILES = \
 
13
        part.xml \
 
14
        part_notes.xml
 
15
 
 
16
XML_CHAPTER_FILES = \
 
17
        et_intro.xml \
 
18
        et_architecture.xml \
 
19
        et_examples.xml \
 
20
        notes.xml
 
21
 
 
22
BOOK_FILES = book.xml
 
23
 
 
24
GIF_FILES = \
 
25
        book.gif \
 
26
        live_trans.gif \
 
27
        megaco_collector.gif \
 
28
        megaco_filter.gif \
 
29
        megaco_tracer.gif \
 
30
        note.gif \
 
31
        notes.gif \
 
32
        ref_man.gif \
 
33
        sim_trans.gif \
 
34
        sim_trans_contents_viewer_collector.gif \
 
35
        sim_trans_contents_viewer_mgr_actors.gif \
 
36
        sim_trans_mgr_actors.gif \
 
37
        sim_trans_move_actor.gif \
 
38
        sim_trans_write_lock.gif \
 
39
        user_guide.gif \
 
40
        warning.gif
 
41