From 00887d75db8eac019366021b4ac61401557a9d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sat, 16 Sep 2017 03:06:36 +0200 Subject: [PATCH] build: add missing page to help --- help/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/meson.build b/help/meson.build index 54726562..30e16a3e 100644 --- a/help/meson.build +++ b/help/meson.build @@ -1,4 +1,4 @@ gnome.yelp('sysprof', - ['index.page', 'introduction.page', 'legal.xml', 'profiling.page'], + sources: ['index.page', 'introduction.page', 'profiling.page', 'faq.page', 'legal.xml'], languages: ['cs', 'de', 'pl', 'pt_BR', 'sv'], )