forked from lix-project/lix
doc: install the HTML manual again
In0e6b3435a1
, installation of the HTML manual was accidentally dropped: setting install_dir on a custom_target only sets the directory where something is going to be installed if it is installed at all, but does not itself trigger installation. The latter has to be explicitly requested, which is just what we do here to get the manual back. Change-Id:Iff8b791de7e7cb4c8d747c2a9b1154b5fcc32fe0
This commit is contained in:
parent
5b1715e633
commit
5df2cccc49
|
@ -126,6 +126,7 @@ manual = custom_target(
|
||||||
'manual',
|
'manual',
|
||||||
'markdown',
|
'markdown',
|
||||||
],
|
],
|
||||||
|
install : true,
|
||||||
install_dir : [
|
install_dir : [
|
||||||
datadir / 'doc/nix',
|
datadir / 'doc/nix',
|
||||||
false,
|
false,
|
||||||
|
|
Loading…
Reference in a new issue