summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-09-29 13:12:46 +0200
committerBastien Nocera <hadess@hadess.net>2020-09-29 13:21:28 +0200
commitb58c60f8fd94ecf4a2896a6a26528520bda37435 (patch)
tree4f66141620eefbc8f63ec3652f00fec302c7f861
parentc2e767a995a8ea2c65217922eec18ad1e49055af (diff)
downloadtotem-pl-parser-b58c60f8fd94ecf4a2896a6a26528520bda37435.tar.gz
videosite: Install videosite README
Both as documentation and as a placeholder for scripts in the future.
-rw-r--r--plparse/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/plparse/meson.build b/plparse/meson.build
index fb21ed4..df3e318 100644
--- a/plparse/meson.build
+++ b/plparse/meson.build
@@ -110,6 +110,9 @@ plparser_mini_lib = library('totem-plparser-mini',
version: plparse_libversion,
install: true)
+install_data('README-videosite-script.md',
+ install_dir: join_paths(libexecdir, 'totem-pl-parser'))
+
if have_quvi
videosite_quvi_exe = executable('99-totem-pl-parser-videosite-quvi',
'videosite-quvi.c', totem_pl_parser_builtins_h,