~ken-vandine/ubuntu/oneiric/gtkspell/with-gtk3

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-15 02:10:56 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090715021056-0jtyg29q7z2479nv
Tags: 2.0.15-0ubuntu1
* New upstream release: (LP: #399536)
  version 2.0.15 (2008-12-01):
   - Additional translations (see po/ChangeLog).
   - Add missing G_BEGIN_DECLS/G_END_DECLS for C++ support
   - Fix feature request #2101451 by removing the sub-menu
     of the context menu as any other in-line spell checker does.
   - Fix feature request #1523881, #1643622 and #2054637
     by adding a Language selector sub-menu.
   - Fix feature request #1362304 by fixing docs/Makefile.am
     to install gtkspell.devhelp so that it shows in devhelp
  version 2.0.14 (2008-08-15):
   - Additional translations (see po/ChangeLog).
   - Changed bug reporting address at configure.ac:AC_INIT
   - undo/redo in the calling application (Liviu Andronic)
   - gtkspell_get_suggestions_menu() (Liviu Andronic)
* debian/libgtkspell0.symbols:
   - add new symbols
* debian/control: 
   - build-dep on intltool >=0.35.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
513
513
 
514
514
install-data-local:
515
515
        $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
516
 
        (installfiles=`echo $(srcdir)/html/*.html`; \
517
 
        if test "$$installfiles" = '$(srcdir)/html/*.html'; \
 
516
        (installfiles=`echo $(srcdir)/html/*`; \
 
517
        if test "$$installfiles" = '$(srcdir)/html/*'; \
518
518
        then echo '-- Nothing to install' ; \
519
519
        else \
520
520
          for i in $$installfiles; do \