~ubuntu-branches/ubuntu/gutsy/gnome-doc-utils/gutsy

« back to all changes in this revision

Viewing changes to xml2po/examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-21 10:40:02 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070821104002-90ao5uojgaufk7iy
Tags: 0.11.2-0ubuntu1
* New upstream version:
  - Added db2html.division.div.content.mode
  - Added support for manual indexes
  - Fixed the mime attribute in OMF output
  - Worked on the HTML output for refentry
  - Switched to set:has-same-node for node comparisons
  - Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
36
subdir = xml2po/examples
39
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
160
158
am__tar = @am__tar@
161
159
am__untar = @am__untar@
162
160
bindir = @bindir@
163
 
build = @build@
164
161
build_alias = @build_alias@
165
 
build_cpu = @build_cpu@
166
 
build_os = @build_os@
167
 
build_vendor = @build_vendor@
168
162
datadir = @datadir@
169
163
exec_prefix = @exec_prefix@
170
 
host = @host@
171
164
host_alias = @host_alias@
172
 
host_cpu = @host_cpu@
173
 
host_os = @host_os@
174
 
host_vendor = @host_vendor@
175
165
includedir = @includedir@
176
166
infodir = @infodir@
177
167
install_sh = @install_sh@