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

« back to all changes in this revision

Viewing changes to xml2po/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 15:23:59 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922152359-cjg9mergys459ibb
Tags: 0.18.0-0ubuntu1
* New upstream release: (LP: #434453)
  0.18.0 
  - Replaced Mallard copyright element with credit
  - Fixed model for external-namespace elements in info context
  - Fixed gnome-doc-utils.make parallel build failure
  0.17.5
  - mal2html: Handle link roles on automatic and inline links

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
build_triplet = @build@
34
34
host_triplet = @host@
35
35
subdir = xml2po
36
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37
37
        $(srcdir)/xml2po.pc.in AUTHORS COPYING ChangeLog NEWS TODO
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
39
am__aclocal_m4_deps = $(top_srcdir)/m4/glib-gettext.m4 \
40
 
        $(top_srcdir)/m4/gnome-doc-utils.m4 \
41
40
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
42
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
42
        $(ACLOCAL_M4)