mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
parent
501a9fbb5e
commit
e95bc9283e
2 changed files with 5 additions and 1 deletions
|
|
@ -75,6 +75,10 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/980).
|
||||
* Use circles for rendering light arc box-drawing characters
|
||||
(https://codeberg.org/dnkl/foot/issues/988).
|
||||
* Example configuration is now installed to
|
||||
`${sysconfdir}/xdg/foot/foot.ini`, typically resolving to
|
||||
`/etc/xdg/foot/foot.ini`
|
||||
(https://codeberg.org/dnkl/foot/issues/1001).
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ if scdoc.found()
|
|||
install_data(
|
||||
'LICENSE', 'README.md', 'CHANGELOG.md',
|
||||
install_dir: join_paths(get_option('datadir'), 'doc', 'foot'))
|
||||
install_data('foot.ini', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||
install_data('foot.ini', install_dir: join_paths(get_option('sysconfdir'), 'xdg', 'foot'))
|
||||
subdir('doc')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue