aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-18 19:39:31 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-08-19 14:00:40 +0300
commit11b520feda966cafc12b9041bf455b7445774ed9 (patch)
tree81a1773370af11422176e5b80083338e69861dbd
parent972535a6ac9fb1f9611c1b68293f7df88ec1b1f7 (diff)
downloadmeson-11b520feda966cafc12b9041bf455b7445774ed9.zip
meson-11b520feda966cafc12b9041bf455b7445774ed9.tar.gz
meson-11b520feda966cafc12b9041bf455b7445774ed9.tar.bz2
Scan markdown files for tabs.
-rw-r--r--docs/markdown/Porting-from-autotools.md4
-rwxr-xr-xrun_project_tests.py1
2 files changed, 3 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
diff --git a/run_project_tests.py b/run_project_tests.py
index a74037b..d3d43f2 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -653,6 +653,7 @@ def check_format():
'.py',
'.swift',
'.build',
+ '.md',
}
for (root, _, files) in os.walk('.'):
if '.dub' in root: # external deps are here