Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/python/clawutil/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ python_sources = [
'clawcode2html.py',
'claw_git_status.py',
'clawmultip_tools.py',
'convert_readme.py',
# convert_readme.py is deliberately not installed: its body runs at import
# (it reads README.rst from the working directory, or calls sys.exit), so it
# cannot be used as a module. Makefile.common, apps/notebooks/Makefile and
# doc's application_documentation.rst all invoke it by $CLAW path instead.
'data.py',
'git.py',
'imagediff.py',
Expand Down