Changeset e18f0c0 in mainline
- Timestamp:
- 2019-10-23T17:50:58Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 453c5ce, a412d59f
- Parents:
- 924fd60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/extra_targets/meson.build
r924fd60 re18f0c0 72 72 ) 73 73 74 run_target('doxygen', command: [ doxygen, _dox_cfg ]) 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 ]) 75 82 endif 76 83
Note:
See TracChangeset
for help on using the changeset viewer.