diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-11 19:18:56 -0700 |
---|---|---|
committer | Qyriad <qyriad@qyriad.me> | 2024-08-20 13:38:46 -0600 |
commit | 736b5d5913e8421338018e734ffc3d42e8ce9427 (patch) | |
tree | dbd916c55a4705b78d005f526f0a3197dd6459c5 /src/meson.build | |
parent | 95863b258bde3ec11d9688e35454e523571ac17d (diff) |
lix-doc: move under src/
This is required to make more meson stuff easier/possible, and honestly
it *is* now Lix sources anyhow.
Change-Id: Ia6c38fabce9aa5c53768745ee38c5cf344f5c226
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index e918ae392..66fbb13ba 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,4 +1,5 @@ # Subcomponents: these link into artifacts themselves, and have interdependencies. +subdir('lix-doc') subdir('libutil') # Load-bearing order. libstore depends on libutil. |