diff options
| author | Mohammed Sadiq <pksadiq@users.noreply.github.com> | 2017-08-18 14:22:17 +0000 |
|---|---|---|
| committer | TingPing <tingping@tingping.se> | 2017-08-18 10:29:05 -0400 |
| commit | 747c3af52ce68a93a042e39331b71c800a6ea24c (patch) | |
| tree | c9777197ab1cd16159a5d75e22a72e34568c421c | |
| parent | ee34f454caddd93ce94baf60e6cb4098fc785b09 (diff) | |
| download | meson-747c3af52ce68a93a042e39331b71c800a6ea24c.tar.gz | |
docs: fix typo
| -rw-r--r-- | docs/markdown/Porting-from-autotools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Porting-from-autotools.md b/docs/markdown/Porting-from-autotools.md index 91ed5d2b4..5786e0e36 100644 --- a/docs/markdown/Porting-from-autotools.md +++ b/docs/markdown/Porting-from-autotools.md @@ -578,7 +578,7 @@ introspection_sources = [ 'as-tag.c', 'as-tag.h', 'as-utils.c', - 'as-utils.h'] + 'as-utils.h', 'as-version.h'] gnome.generate_gir(asglib, |
