File: meson.build

package info (click to toggle)
zimlib 8.1.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,592 kB
  • sloc: cpp: 14,011; ansic: 548; python: 241; makefile: 8; sh: 5
file content (7 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7

sphinx = find_program('sphinx-build', native:true)

sphinx_target = run_target('doc',
    command: [sphinx, '-bhtml',
              meson.current_source_dir(),
              meson.current_build_dir()])