Changes in meson/part/extra_targets/meson.build [e18f0c0:095ed4a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/extra_targets/meson.build
re18f0c0 r095ed4a 72 72 ) 73 73 74 run_target('doxygen', command: [ 75 sh, 76 '-c', 'cd $1 && $2 $3', 77 '--', 78 meson.source_root() / 'doxygen', 79 doxygen.path(), 80 _dox_cfg, 81 ]) 74 run_target('doxygen', command: [ doxygen, _dox_cfg ]) 82 75 endif 83 76
Note:
See TracChangeset
for help on using the changeset viewer.