[go: up one dir, main page]

File: meson.build

package info (click to toggle)
libgxps 0.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 916 kB
  • sloc: ansic: 10,868; xml: 999; sh: 18; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
if get_option('enable-gtk-doc')
  subdir('reference')
endif

if get_option('enable-man')
  subdir('tools')
endif