doc: use configure_file()'s @PLAINNAME@ instead of calling install
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 8 Aug 2018 01:18:20 +0000 (11:18 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 9 Aug 2018 00:39:58 +0000 (10:39 +1000)
commit0a5dc16976cdb464ac7758d2ea9613429382d9d1
tree2b54e1dd6b838ca20a493e8ffe30e6797b8a399b
parent37e21cee9cdd7b0af751c4f5ffe09bb54d67df9f
doc: use configure_file()'s @PLAINNAME@ instead of calling install

Instead of calling out to install on every ninja call, use @PLAINNAME@ as
substitution for just copying the file over. This gets around the "no
directory allowed in output file" limitation.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/api/meson.build
doc/user/meson.build
meson.build