Install script used wrong css file for the manual. F1 displayed un-styled manual
This commit is contained in:
parent
12a6aceb62
commit
442cbcaa07
@ -101,7 +101,7 @@ done
|
|||||||
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
|
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
|
||||||
|
|
||||||
if test -f doc/user/usermanual.html ; then
|
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
|
${datadir}/recoll/doc
|
||||||
else
|
else
|
||||||
echo "User manual not found -> not installed"
|
echo "User manual not found -> not installed"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user