commit e1c609781ad68d31ed9e37a95f4f92c9c1af80b2
Author: Helge Hafting <haft...@lyx.org>
Date:   Sun Mar 20 02:38:02 2016 +0100

    Update lib/Makefile.am and lib/doc/Makefile.am to reference newly
    translated files (Norwegian (nb) Tutorial, splash and examples)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index d049507..80463f4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -193,6 +193,12 @@ koexamplesdir = $(pkgdatadir)/examples/ko
 dist_koexamples_DATA = \
        examples/ko/splash.lyx
 
+nbexamplesdir = $(pkgdatadir)/examples/nb
+dist_nbexamples_DATA = \
+       examples/nb/eksempel_lyxet.lyx \
+       examples/nb/eksempel_txt.lyx \
+       examples/nb/splash.lyx
+
 nlexamplesdir = $(pkgdatadir)/examples/nl
 dist_nlexamples_DATA = \
        examples/nl/opsommingstekens.lyx \
@@ -2327,6 +2333,7 @@ exampleandtemplate_files = \
                           $(dist_itexamples_DATA) \
                           $(dist_jaexamples_DATA) \
                           $(dist_koexamples_DATA) \
+                          $(dist_nbexamples_DATA) \
                           $(dist_nlexamples_DATA) \
                           $(dist_plexamples_DATA) \
                           $(dist_ptexamples_DATA) \
diff --git a/lib/doc/Makefile.am b/lib/doc/Makefile.am
index 97ffe77..8f8a4a0 100644
--- a/lib/doc/Makefile.am
+++ b/lib/doc/Makefile.am
@@ -243,7 +243,8 @@ dist_nldoc_DATA = \
 
 nbdocdir = $(docdir)/nb
 dist_nbdoc_DATA = \
-       nb/Intro.lyx
+       nb/Intro.lyx \
+       nb/Tutorial.lyx
 
 pldocdir = $(docdir)/pl
 dist_pldoc_DATA = \

Reply via email to