Loading man/meson.build +19 −15 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ foreach page : pages mandir = join_paths(get_option('mandir'), 'man1') htmldir = join_paths(docdir, 'html') if want_man mp = custom_target(man, input : xml, output : man, Loading @@ -36,7 +37,9 @@ foreach page : pages install : true, install_dir : mandir ) man_pages += [ mp ] endif if want_html hp = custom_target(html, input : xml, output : html, Loading @@ -44,6 +47,7 @@ foreach page : pages install : true, install_dir : htmldir ) html_pages += [ hp ] endif endforeach Loading Loading
man/meson.build +19 −15 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ foreach page : pages mandir = join_paths(get_option('mandir'), 'man1') htmldir = join_paths(docdir, 'html') if want_man mp = custom_target(man, input : xml, output : man, Loading @@ -36,7 +37,9 @@ foreach page : pages install : true, install_dir : mandir ) man_pages += [ mp ] endif if want_html hp = custom_target(html, input : xml, output : html, Loading @@ -44,6 +47,7 @@ foreach page : pages install : true, install_dir : htmldir ) html_pages += [ hp ] endif endforeach Loading