X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=0bee13c1d805b5e93de14bc07e6f5f1a0698689d;hb=a1cc93654873736194891bbc18fbce441c1f1516;hp=93a46fb7af8d380f5e6c28238b39ded7ba2ef8db;hpb=67fa69ce6b6f7ce60ef4e38836baa09ddefa759f;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 93a46fb7af..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 \ @@ -1958,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 \ @@ -2209,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 \ @@ -2325,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) \