diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2011-06-09 15:11:12 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2011-06-10 08:56:18 +0000 |
commit | 62b05b33408669f9f3bd748db5351cb9f8c7201c (patch) | |
tree | 4d94ef5f6fdef7f361211a3fdf0626f4dba3a563 /Makefile.am | |
parent | f3bbda716318865ccc9cabebdb9613158f7b48bd (diff) |
doc: Split code examples from documentation
Put examples in a separated directory, so user can easily compile them, and
embed those files in the documentation.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bb1290b..e364cc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src libs bindings tools +SUBDIRS = src libs bindings tools examples if ENABLE_TESTS SUBDIRS += tests |