X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=0bee13c1d805b5e93de14bc07e6f5f1a0698689d;hb=a1cc93654873736194891bbc18fbce441c1f1516;hp=7ca8bc6a743b1245c551ef2b7cca266d5cbf9867;hpb=3b7cd19153ac2a58e873fbadc934830e1709fbe2;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 7ca8bc6a74..0bee13c1d8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,7 +16,6 @@ dist_pkgdata_DATA += configure.py dist_noinst_DATA = \ appdata.xml \ - fonts/stmary10.sfd \ fonts/test/stmary10.lyx \ images/README \ images/font-smallcaps.svgz \ @@ -130,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 \ @@ -192,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 \ @@ -203,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 = \ @@ -330,6 +341,7 @@ dist_examples_DATA = \ examples/modernCV.lyx \ examples/MultilingualCaptions.lyx \ examples/noweb2lyx.lyx \ + examples/paralist.lyx \ examples/PDF-comment.lyx \ examples/PDF-form.lyx \ examples/powerdot-example.lyx \ @@ -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) \