~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to reports/st/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-08-14 00:02:04 UTC
  • mfrom: (1.1.4 upstream) (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070814000204-mpv5faygl0dgq3qi
Tags: 3.0.61-1
* New upstream release. (Closes: #387856).
* Fixing documentation build problems also fixes FTBFS if built twice in a
  row. (Closes: #424543).
* Adding lynx as a build dependency. This is necessary to generate txt files
  from html, discovered while fixing #424543.
* Upstream fix: charset for gedcom file in unicode. (Closes: #396206).
* Upstream fim: updating documentation about desc-tex2. (Closes: #405501).
* Bumping Standards-Version to 3.7.2 without package changes.
* Dropping local debian patches added upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        st_number.li          \
17
17
        st_string.li          \
18
18
        st_string_UTF-8.li    \
19
 
        st_table.li
 
19
        st_table.li           \
 
20
        trigtest.ll
20
21
SELFTEST_REFERENCE = st_all.ref st_all_stdout.ref
21
22
TEST_ITER_REPORTS = test_forindi.ll test_forfam.ll test_indi_it.ll \
22
 
                    test_fam_it.ll test_othr_it.ll
 
23
                    test_fam_it.ll test_othr_it.ll trigtest.ll
23
24
TEST_ITER_REFERENCE = test_forindi.ref test_forfam.ref test_indi_it.ref \
24
 
                    test_fam_it.ref test_othr_it.ref
 
25
                    test_fam_it.ref test_othr_it.ref trigtest.ref
25
26
TEST_ITER_DB = ti.ged
26
27
TEST_OUTPUTS =test_forindi.out test_forfam.out test_indi_it.out \
27
28
                    test_fam_it.out test_othr_it.out st_all.out \