~rdoering/ubuntu/lucid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/common_test/doc/src/run_test.xml

  • Committer: Elliot Murphy
  • Date: 2009-12-22 02:56:21 UTC
  • mfrom: (3.3.5 sid)
  • Revision ID: elliot@elliotmurphy.com-20091222025621-qv3rja8gbpiabkbe
* Merge with Debian testing; remaining Ubuntu changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to. (LP #438365)
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
* Fixed dialyzer(1) manpage which was placed into section 3 and conflicted
  with dialyzer(3erl).
* New upstream release (it adds a new binary package erlang-erl-docgen).
* Refreshed patches, removed most of emacs.patch which is applied upstream.
* Linked run_test binary from erlang-common-test package to /usr/bin.
* Fixed VCS headers in debian/control.
* Moved from prebuilt manpages to generated from sources. This adds
  erlang-manpages binary package and xsltproc build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="latin1" ?>
2
 
<!DOCTYPE appref SYSTEM "appref.dtd">
 
2
<!DOCTYPE comref SYSTEM "comref.dtd">
3
3
 
4
 
<appref>
 
4
<comref>
5
5
  <header>
6
6
    <copyright>
7
7
      <year>2007</year><year>2009</year>
29
29
    <checked></checked>
30
30
    <date>2007-07-04</date>
31
31
    <rev>PA1</rev>
32
 
    <file>run_test.sgml</file>
 
32
    <file>run_test.xml</file>
33
33
  </header>
34
 
  <app>run_test</app> <appsummary>Shell script used for starting
 
34
  <com>run_test</com> 
 
35
  <comsummary>Shell script used for starting
35
36
  Common Test from the Unix command line.
36
 
  </appsummary>
 
37
  </comsummary>
37
38
 
38
39
  <description>
39
40
  <p>The <c>run_test</c> script is automatically generated as Common
134
135
  different start flags.</p>
135
136
  </section>
136
137
 
137
 
</appref>
 
138
</comref>
138
139
 
139
140