diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-18 19:39:31 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-19 14:00:40 +0300 |
commit | 11b520feda966cafc12b9041bf455b7445774ed9 (patch) | |
tree | 81a1773370af11422176e5b80083338e69861dbd /docs | |
parent | 972535a6ac9fb1f9611c1b68293f7df88ec1b1f7 (diff) | |
download | meson-11b520feda966cafc12b9041bf455b7445774ed9.zip meson-11b520feda966cafc12b9041bf455b7445774ed9.tar.gz meson-11b520feda966cafc12b9041bf455b7445774ed9.tar.bz2 |
Scan markdown files for tabs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Porting-from-autotools.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Porting-from-autotools.md b/docs/markdown/Porting-from-autotools.md index 5786e0e..5c4c35d 100644 --- a/docs/markdown/Porting-from-autotools.md +++ b/docs/markdown/Porting-from-autotools.md @@ -622,8 +622,8 @@ import subprocess schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas') if not os.environ.get('DESTDIR'): - print('Compiling gsettings schemas...') - subprocess.call(['glib-compile-schemas', schemadir]) + print('Compiling gsettings schemas...') + subprocess.call(['glib-compile-schemas', schemadir]) ``` ### gettext |