~ubuntu-branches/ubuntu/oneiric/glade-3/oneiric

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-04-28 15:29:16 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090428152916-9l0do44tmyjlnbiq
Tags: 3.6.3-0ubuntu1
* New upstream version (LP: #368390)
  - Fixed crash configuring button content (LP: #356013)
  - Fixed crash adding related action to button (LP: #358467)
  - Fixed allowing invalid data for GtkTreeStore (LP: #345989)
* debian/patches/02_spinbutton-adjustment.patch:
  - Fix default generation of GtkSpinButtons. Patch by Adam Buchbinder.
    (LP: #323228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
        version.xml \
358
358
        catalogintro.sgml \
359
359
        widgetclasses.sgml \
360
 
        properties.sgml
 
360
        properties.sgml \
 
361
        gladepython.sgml
361
362
 
362
363
 
363
364
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
366
367
expand_content_files = \
367
368
        catalogintro.sgml \
368
369
        widgetclasses.sgml \
369
 
        properties.sgml
 
370
        properties.sgml \
 
371
        gladepython.sgml
370
372
 
371
373
 
372
374
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.