~ubuntu-branches/ubuntu/quantal/libgweather/quantal

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-17 15:26:05 UTC
  • mfrom: (1.1.28 upstream) (5.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110517152605-anf9c03d1ny7yn54
Tags: 3.0.0-0ubuntu1
* Resynchronize on Debian and update to the current version, remaining diff:
* debian/control.in:
  - Build-depend on dh-autoreconf, gnome-common
  - use Conflicts on the ppa binaries names differently for easier upgrades
* debian/rules:
  - Run autotools on build
  - Generate POT files on build
* debian/patches/01_gettext_not_xml.patch: 
  - using gettext rather than add translations to the xml databases
* debian/watch: 
  - Watch unstable series  

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AUTOMAKE_OPTIONS = 1.6
5
5
 
6
6
# The name of the module, e.g. 'glib'.
7
 
DOC_MODULE=libgweather
 
7
DOC_MODULE = libgweather
 
8
 
 
9
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
 
10
DOC_MODULE_VERSION = 3.0
8
11
 
9
12
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
10
13
#DOC_MODULE_VERSION=2
69
72
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
70
73
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
71
74
GTKDOC_CFLAGS = -I$(top_srcdir) $(GTK_CFLAGS) $(LIBXML_CFLAGS) $(LIBSOUP_CFLAGS) $(GCONF_CFLAGS) -DGWEATHER_I_KNOW_THIS_IS_UNSTABLE
72
 
GTKDOC_LIBS = $(top_builddir)/libgweather/libgweather.la $(GTK_LIBS) $(LIBXML_LIBS) $(LIBSOUP_LIBS) $(GCONF_LIBS)
 
75
GTKDOC_LIBS = $(top_builddir)/libgweather/libgweather-3.la $(GTK_LIBS) $(LIBXML_LIBS) $(LIBSOUP_LIBS) $(GCONF_LIBS)
73
76
 
74
77
# This includes the standard gtk-doc make rules, copied by gtkdocize.
75
78
include $(top_srcdir)/gtk-doc.make