summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-05-08 12:36:19 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2019-05-10 21:23:00 +0200
commit20370738cc8b016fd59baf69a3dd46f3f064ca22 (patch)
treed27772c4bde1f253a55e4be2c80de7341fe53942
parentfa7b1285d2a1a99638e539715916b3835e1593af (diff)
downloadfolks-0-12.tar.gz
docs: Fix installation directory for documentationfolks-0-12
Cherry-picked from commit aebece7e. It has been wrong since the autotools times, and apparently nobody has noticed. Why bother documenting the library in the first place? Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #108
-rw-r--r--docs/devhelp/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devhelp/meson.build b/docs/devhelp/meson.build
index cb9e2782..968a9482 100644
--- a/docs/devhelp/meson.build
+++ b/docs/devhelp/meson.build
@@ -16,6 +16,6 @@ foreach doc_target : valadoc_targets
],
depends: doc_target.get('library'),
install: true,
- install_dir: get_option('datadir') / 'devhelp' / 'references',
+ install_dir: get_option('datadir') / 'devhelp' / 'books',
)
endforeach