~ubuntu-branches/ubuntu/raring/djvulibre/raring

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-04-07 09:58:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080407095858-pmacpv5w1ua376cn
Tags: 3.5.20-7
* Generate djview transition package (closes: #473341)
* Postscript generation issue (four-color image into cpaldjvu into
  djvups without -mode=bw) seems to be resolved (closes: #278945)
* Remove djvudigital from djvulibre-bin (closes: #461226)
* Rewrite desktop package description (closes: #474689, #474700)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        ${INSTALL} -d ${DESTDIR}${bindir}
78
78
        for n in ${PROGRAMS} ; do \
79
79
          ${LIBTOOL} --mode=install \
80
 
            ${INSTALL_PROGRAM} -s $$n ${DESTDIR}${bindir} \
 
80
            ${INSTALL_PROGRAM} $$n ${DESTDIR}${bindir} \
81
81
          || exit ; done
82
82
 
83
83
install-scripts: FORCE