Install script used wrong css file for the manual. F1 displayed un-styled manual

This commit is contained in:
Jean-Francois Dockes 2015-02-07 10:27:32 +01:00
parent 12a6aceb62
commit 442cbcaa07

View File

@ -101,7 +101,7 @@ done
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
if test -f doc/user/usermanual.html ; then
${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook.css \
${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook-xsl.css \
${datadir}/recoll/doc
else
echo "User manual not found -> not installed"