~ubuntu-branches/ubuntu/wily/recoll/wily

« back to all changes in this revision

Viewing changes to .pc/fix-python-install.patch/recollinstall.in

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2015-08-03 14:16:32 UTC
  • mfrom: (33.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150803141632-w5a1cr8ub2rkyvfe
Tags: 1.21.0-1
* New upstream release.
* debian/control:
  + Build-depend on python3-dev, python-dev, not python3-all-dev and
    python-all-dev. Thanks to Steve Langasek for patch. (Closes: #793636)
  + Added Build-depends on bison.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
102
102
 
103
103
if test -f doc/user/usermanual.html ; then
104
 
    ${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook.css \
 
104
    ${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook-xsl.css \
105
105
                        ${datadir}/recoll/doc 
106
106
else
107
107
    echo "User manual not found -> not installed"