Scan markdown files for tabs.

pull/3520/merge
Jussi Pakkanen 6 years ago
parent 972535a6ac
commit 11b520feda
  1. 4
      docs/markdown/Porting-from-autotools.md
  2. 1
      run_project_tests.py

@ -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

@ -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

Loading…
Cancel
Save