diff options
Diffstat (limited to 'docs/markdown/snippets/installdir.md')
-rw-r--r-- | docs/markdown/snippets/installdir.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/installdir.md b/docs/markdown/snippets/installdir.md deleted file mode 100644 index c709ffec6..000000000 --- a/docs/markdown/snippets/installdir.md +++ /dev/null @@ -1,5 +0,0 @@ -## `install_data()` defaults to `{datadir}/{projectname}` - -If `install_data()` is not given an `install_dir` keyword argument, the -target directory defaults to `{datadir}/{projectname}` (e.g. -`/usr/share/myproj`). |