[bijiben/wip/inigomartinez/meson: 5/6] build: Fixed symlink option on help creation
- From: Iñigo Martínez <inigomartinez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben/wip/inigomartinez/meson: 5/6] build: Fixed symlink option on help creation
- Date: Fri, 23 Jun 2017 13:41:14 +0000 (UTC)
commit cc579c9ce7ddcdad9d595902336f0ae7437fd0aa
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Fri Jun 23 11:05:04 2017 +0200
build: Fixed symlink option on help creation
When creating help data, symlink option was disabled, hence symlinks
to figures were not created.
help/meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/help/meson.build b/help/meson.build
index 04fd078..c3280f9 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -40,6 +40,6 @@ gnome.yelp(
meson.project_name(),
sources: sources,
media: media,
- symlink_media: false,
+ symlink_media: true,
languages: linguas
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]