From 1c61fcc5bc656d5c5ded34905213752ce0c4d6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 4 Jun 2023 12:57:24 +0200 Subject: Move git submodules to a subdirectory --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') 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, -- cgit v1.2.3