File: meson.build

package info (click to toggle)
grilo 0.3.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,220 kB
  • sloc: ansic: 19,097; xml: 2,261; python: 714; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#
# meson.build
#
# Author: Juan A. Suarez Romero <jasuarez@igalia.com>
#
# Copyright (C) 2016 Igalia S.L. All rights reserved.

subdir('man')

if get_option('enable-gtk-doc')
    subdir('grilo')
endif