diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-11 13:49:50 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-11 13:49:50 +0200 |
commit | 339954714f69bbd395aa9bbe46850dcaa98e9f29 (patch) | |
tree | 00b17e206e3acc35303d24f6a1e76bf2de8c5664 /meson.options | |
parent | 08ce54211ce4b8d6092321ca1b28773a680ddc45 (diff) |
convert form make to meson
Add .editorconfig.
Removed unused fallback definitions (for POSIX systems).
Diffstat (limited to 'meson.options')
-rw-r--r-- | meson.options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.options b/meson.options new file mode 100644 index 0000000..cd44ca3 --- /dev/null +++ b/meson.options @@ -0,0 +1,2 @@ +# man pages are likely to collide with system provided ones like `error.3` +option('man_section', type : 'string', value : '3q', description : 'Install man pages into this section') |