aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-04 12:57:24 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-04 12:57:47 +0200
commit1c61fcc5bc656d5c5ded34905213752ce0c4d6be (patch)
treed6d7ab8914d5ad174dd1db3c0a7514f09e3a0883 /meson.build
parentdd1d6647dccc78126a9e1fb4073c04f3e4d82796 (diff)
downloadfiv-1c61fcc5bc656d5c5ded34905213752ce0c4d6be.tar.gz
fiv-1c61fcc5bc656d5c5ded34905213752ce0c4d6be.tar.xz
fiv-1c61fcc5bc656d5c5ded34905213752ce0c4d6be.zip
Move git submodules to a subdirectory
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f196d29..44dd6ba 100644
--- a/meson.build
+++ b/meson.build
@@ -236,7 +236,8 @@ if not win32
else
command = ['env', 'LC_ALL=C',
'asciidoc-release-version=' + meson.project_version(),
- 'awk', '-f', files('liberty/tools/asciiman.awk'), '@INPUT@']
+ 'awk', '-f', files('submodules/liberty/tools/asciiman.awk'),
+ '@INPUT@']
man_capture = true
endif
custom_target('manpage for ' + page,