X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=0bee13c1d805b5e93de14bc07e6f5f1a0698689d;hb=e0ff8a3c8bc7399bf3bd5431aa15de801c054a60;hp=966b69e83d70889b06d2389a4efb696bb16fae29;hpb=10e98c2bbd8417f7e73ec75e1056b2802a44f245;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 966b69e83d..0bee13c1d8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -129,6 +129,8 @@ dist_faexamples_DATA = \ frexamplesdir = $(pkgdatadir)/examples/fr dist_frexamples_DATA = \ examples/fr/AlignementDecimal.lyx \ + examples/fr/beamer.lyx \ + examples/fr/beamer-article.lyx \ examples/fr/Braille.lyx \ examples/fr/exemple_brut.lyx \ examples/fr/exemple_lyxifie.lyx \ @@ -191,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 \ @@ -202,9 +210,13 @@ plexamplesdir = $(pkgdatadir)/examples/pl dist_plexamples_DATA = \ examples/pl/splash.lyx -ptexamplesdir = $(pkgdatadir)/examples/pt -dist_ptexamples_DATA = \ - examples/pt/splash.lyx +pt_BRexamplesdir = $(pkgdatadir)/examples/pt_BR +dist_pt_BRexamples_DATA = \ + examples/pt_BR/splash.lyx + +pt_PTexamplesdir = $(pkgdatadir)/examples/pt_PT +dist_pt_PTexamples_DATA = \ + examples/pt_PT/splash.lyx roexamplesdir = $(pkgdatadir)/examples/ro dist_roexamples_DATA = \ @@ -1954,11 +1966,13 @@ dist_layouts_DATA =\ layouts/aapaper.inc \ layouts/aapaper.layout \ layouts/aastex.layout \ + layouts/aastex6.layout \ layouts/achemso.layout \ layouts/acm-sigs.layout \ layouts/acm-sigs-alt.layout \ layouts/acm-sigs.inc \ layouts/acmsiggraph.layout \ + layouts/acmsiggraph-0-92.layout \ layouts/AEA.layout \ layouts/agutex.layout \ layouts/agu-dtd.layout \ @@ -2205,7 +2219,7 @@ dist_scripts_DATA += \ templatesdir = $(pkgdatadir)/templates dist_templates_DATA = \ templates/aa.lyx \ - templates/aastex.lyx \ + templates/aastex6.lyx \ templates/ACM-siggraph.lyx \ templates/ACM-sigplan.lyx \ templates/ACM-SIGS.lyx \ @@ -2321,6 +2335,7 @@ exampleandtemplate_files = \ $(dist_itexamples_DATA) \ $(dist_jaexamples_DATA) \ $(dist_koexamples_DATA) \ + $(dist_nbexamples_DATA) \ $(dist_nlexamples_DATA) \ $(dist_plexamples_DATA) \ $(dist_ptexamples_DATA) \