From c37e846f4b5db3ae2037dee054b3923192a50a31 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 11 Sep 2022 18:42:26 +0200 Subject: Replace tabs with spaces --- chapter08/gettext.xml | 2 +- chapter08/meson.xml | 2 +- chapter08/readline.xml | 6 +++--- chapter08/vim.xml | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'chapter08') diff --git a/chapter08/gettext.xml b/chapter08/gettext.xml index cafe26182..08b960d44 100644 --- a/chapter08/gettext.xml +++ b/chapter08/gettext.xml @@ -62,7 +62,7 @@ Since bison is not yet installed in /usr, configure hardcodes the directory containing translations for the bison program (the - "locale" directory) as /tools/share/locale. Passing this variable + "locale" directory) as /tools/share/locale. Passing this variable to make allows overriding the choice made by configure. diff --git a/chapter08/meson.xml b/chapter08/meson.xml index d2132b5a1..6e4b006ad 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -108,7 +108,7 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/ - meson + meson A high productivity build system diff --git a/chapter08/readline.xml b/chapter08/readline.xml index 72608ac94..889314b14 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -63,9 +63,9 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install --with-curses This option tells Readline that it can find the termcap - library functions in the curses library, rather than a separate - termcap library. It allows generating a correct - readline.pc file. + library functions in the curses library, rather than a separate + termcap library. It allows generating a correct + readline.pc file. diff --git a/chapter08/vim.xml b/chapter08/vim.xml index 11b5c2565..2df2038dd 100644 --- a/chapter08/vim.xml +++ b/chapter08/vim.xml @@ -170,8 +170,9 @@ EOF To install spell files for your preferred language, download the *.spl and optionally, the *.sug files for your language and character encoding from and save them to - /usr/share/&vim-docdir;/spell/. + url="https://github.com/vim/vim/tree/master/runtime/spell/"/> and save + them to + /usr/share/&vim-docdir;/spell/. To use these spell files, some configuration in /etc/vimrc is needed, e.g.: -- cgit v1.2.3-54-g00ecf