X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=80463f4db403c2db91657f9ea44a731c2f695b5e;hb=935da758f4a287541d78d353b66fe72b96d72db1;hp=7ca8bc6a743b1245c551ef2b7cca266d5cbf9867;hpb=3b7cd19153ac2a58e873fbadc934830e1709fbe2;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 7ca8bc6a74..80463f4db4 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 \ @@ -2321,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) \