summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-08-31 21:31:30 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-08-31 21:50:28 +0200
commit0adb58e29389544331a747f60d9038e58a6d87ac (patch)
treea657ee230b8ed3665628cbf1a99185e2826831c6 /docs/meson.build
parente01295df4071de8e91cef94fe1a2a7003ec50180 (diff)
downloadtracker-0adb58e29389544331a747f60d9038e58a6d87ac.tar.gz
build: Ship devhelp docs in tarballwip/carlosg/dist-docs
Use a dist script to generate those docs and include them in the tarball, the meson build definition has been changed to also account for this shortcut if building from tarballs. This avoids the hotdoc dependency and its dependencies (e.g. npm modules) when building from tarballs. Tarball size increased ~400KB, which stands on the acceptable size since the tarball is still less than 2MB.
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index a57c8eb04..e43b12a8b 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -2,7 +2,6 @@ if get_option('man')
subdir('manpages')
endif
if get_option('docs')
- hotdoc = import('hotdoc')
subdir('tools')
subdir('reference')
endif