~ubuntu-branches/debian/stretch/kdesvn/stretch

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2005-12-19 21:47:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051219214739-9w63kn8qsyqcr0uh
Tags: 0.7.1-1
* New upstream release.
* Tightened build dependency on kdelibs4-dev because of the C++ allocator
  change.
* Tightened build dependency on libsvn0-dev as kdesvn now requires subversion
  1.2 or higher.
* Split up package into core application kdesvn and KIO plugin package
  kdesvn-kio-plugins.
* Updated menu icon.
* Use Debian libtool and regenerate the autotools files. Closes: #343952
  + Add build dependencies to automake1.9, autoconf and libtool.
  + Patch makefile_am.diff from Aurelien Jarno <aurel32@debian.org> adds
    missing libraries needed for linking. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
GLINC = @GLINC@
106
106
GLLIB = @GLLIB@
107
107
GMSGFMT = @GMSGFMT@
 
108
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
108
109
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109
110
JAR = @JAR@
110
111
JAVAC = @JAVAC@
297
298
#>+ 3
298
299
        cd $(top_srcdir) && \
299
300
          $(AUTOMAKE) --gnu  doc/Makefile
300
 
        cd $(top_srcdir) && perl admin/am_edit -padmin kdesvn-0.6.2/doc/Makefile.in
 
301
        cd $(top_srcdir) && perl admin/am_edit -padmin kdesvn-0.7.1/doc/Makefile.in
301
302
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
302
303
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
303
304
 
545
546
force-reedit:
546
547
                cd $(top_srcdir) && \
547
548
          $(AUTOMAKE) --gnu  doc/Makefile
548
 
        cd $(top_srcdir) && perl admin/am_edit -padmin kdesvn-0.6.2/doc/Makefile.in
 
549
        cd $(top_srcdir) && perl admin/am_edit -padmin kdesvn-0.7.1/doc/Makefile.in
549
550
 
550
551
 
551
552
#>+ 21