mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Update lib/Makefile.am and lib/doc/Makefile.am to reference newly
translated files (Norwegian (nb) Tutorial, splash and examples)
This commit is contained in:
parent
926358c3c3
commit
e1c609781a
@ -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) \
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user