summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8528fda..1bd8a70 100644
--- a/meson.build
+++ b/meson.build
@@ -399,6 +399,7 @@ endif
if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('tests')
endif
+subdir('docs')
python3 = find_program('python3')
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')