enhancementgnomegood first issuehelp wanted
仓库指标
- 星标
- (4,978 个星标)
- PR 合并指标
- (平均合并 139天 13小时) (30 天内合并 51 个 PR)
描述
gnome.gtkdoc() is indirectly called through meson --internal gtkdoc.
That means two things:
- We can't call
ninja some_file_generated_by_gtkdoc-mkdb(it's called by meson --instal...) - We can't see the "real" command (
gtkdoc-mkdb) to check the passed arguments. That'd be great to have a--verboseparameter to pass tomesonandmeson --internal. Meson also should print the commands on fail (just as Ninja does). Another way to solve the problem would be to completely remove the --internal calls and let ninja do the job.