[polari/docs] build: Add the necessary buildsystem glue for docs



commit 98d331b5819abbebec26998bcc7f3abbbf1e9768
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Mar 15 17:27:46 2017 +0100

    build: Add the necessary buildsystem glue for docs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722498

 help/Makefile.am |   16 +++++++++++++++-
 help/meson.build |   15 ++++++++++++++-
 2 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index 5453949..c6d7eb2 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -3,7 +3,21 @@
 HELP_ID=$(APP_ID)
 
 HELP_FILES = \
+       account-irc.page \
        index.page \
-       legal.xml
+       introduction.page \
+       irc-commands.page \
+       irc-join-room.page \
+       irc-nick-password.page \
+       irc-start-conversation.page \
+       legal.xml \
+       network-connect.page \
+       overview.page \
+       sharing.page
+
+HELP_MEDIA = \
+       images/main.png \
+       images/polari-paste.png \
+       images/Polari.png
 
 HELP_LINGUAS = cs de es fr hu pt_BR sv
diff --git a/help/meson.build b/help/meson.build
index d88c01c..fb534ea 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -1,3 +1,16 @@
 gnome.yelp(app_id,
-           sources: ['index.page', 'legal.xml'],
+           sources: ['account-irc.page',
+                     'index.page',
+                     'introduction.page',
+                     'irc-commands.page',
+                     'irc-join-room.page',
+                     'irc-nick-password.page',
+                     'irc-start-conversation.page',
+                     'legal.xml',
+                     'network-connect.page',
+                     'overview.page',
+                     'sharing.page'],
+           media: ['images/main.png',
+                   'images/polari-paste.png',
+                   'images/Polari.png'],
            languages: ['cs', 'de', 'fr', 'hu', 'pt_BR', 'sv'])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]