X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fmeson.build;h=f3992b28341698418be576efbaae07608be6174b;hb=f789e0b4f891800557c74c385d0f61a0164cb16f;hp=6956f39c7bc6f4d4455773436e86c507efba64a9;hpb=154c83e1b9f0c4d43c40a27b37353fd9d597e5bc;p=thirdparty%2Fsystemd.git diff --git a/man/meson.build b/man/meson.build index 6956f39c7bc..f3992b28341 100644 --- a/man/meson.build +++ b/man/meson.build @@ -200,7 +200,19 @@ if git.found() output : 'update-man-rules', command : ['sh', '-c', 'cd @0@ && '.format(meson.build_root()) + - 'python3 @0@/tools/make-man-rules.py $(git ls-files ":/man/*.xml") >t && '.format(meson.source_root()) + + 'python3 @0@/tools/make-man-rules.py $(git ls-files ":/man/*.xml") >t && '.format(project_source_root) + 'mv t @0@/rules/meson.build'.format(meson.current_source_dir())], depend_files : custom_entities_ent) endif + +############################################################ + +configure_file( + input : 'man.in', + output : 'man', + configuration : substs) + +configure_file( + input : 'html.in', + output : 'html', + configuration : substs)