aurum: rework sendKey protocol
[platform/core/uifw/aurum.git] / doc / meson.build
1 dconf.set('TOP_SRCDIR', meson.source_root())
2 dconf.set('TOP_BUILDDIR', meson.build_root())
3
4 doxyfile = configure_file(input: 'Doxyfile.in',
5                           output: 'Doxyfile',               
6                           configuration: dconf,
7                           install: false)                   
8                                                             
9 datadir = join_paths(get_option('datadir'), 'doc', 'aurum') 
10                                                             
11 html_target = custom_target('aurum-docs',                   
12                             input: doxyfile,                
13                             output: 'html',                 
14                             command: [doxygen, doxyfile],   
15                             install: true,                  
16                             install_dir: datadir)           
17