Move git submodules to a subdirectory

This commit is contained in:
2023-06-04 12:57:24 +02:00
parent dd1d6647dc
commit 1c61fcc5bc
5 changed files with 5 additions and 4 deletions

View File

@@ -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,