[bijiben/wip/inigomartinez/meson: 5/7] 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/7] build: Fixed symlink option on help creation
- Date: Tue, 4 Jul 2017 15:49:56 +0000 (UTC)
commit a17fcc7f8d3ea346f6bcb1e7eda83acc414c2dbe
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]