meson/mesonbuild/ast
Eli Schwartz 108bd996ee
add install_emptydir function
This replaces the absolute hack of using

```
install_subdir('nonexisting', install_dir: 'share')
```

which requires you to make sure you don't accidentally or deliberately
have a completely different directory with the same name in your source
tree that is full of files you don't want installed. It also avoids
splitting the name in two and listing them in the wrong order.

You can also set the install mode of each directory component by listing
them one at a time in order, and in fact create nested structures at
all.

Fixes #1604
Properly fixes #2904
2021-10-08 14:35:00 -04:00
..
__init__.py ast: Add AST JSON printer 2020-05-23 18:13:16 +02:00
interpreter.py add install_emptydir function 2021-10-08 14:35:00 -04:00
introspection.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
postprocess.py typing: completely type ast 2020-09-08 20:15:55 +02:00
printer.py ast: Add dummy "support" for fstrings in the ast package 2021-07-25 21:36:52 +03:00
visitor.py ast: Add dummy "support" for fstrings in the ast package 2021-07-25 21:36:52 +03:00