X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=330057806d0bc43eb6941a86eea8fba6500b5543;hb=54ec17ae43de70f5d9eceb1a7e72186e2d79de0f;hp=fa7ad3f79243abf16cd8128b11ec674f61ed4e62;hpb=f151e820ce60aea405d88f8885addeca7aae7764;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index fa7ad3f792..330057806d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -99,6 +99,10 @@ dist_deexamples_DATA = \ examples/de/splash.lyx \ examples/de/tufte-handout.lyx +elexamplesdir = $(pkgdatadir)/examples/el +dist_elexamples_DATA = \ + examples/el/splash.lyx + esexamplesdir = $(pkgdatadir)/examples/es dist_esexamples_DATA = \ examples/es/beamer-conference-ornate20min.lyx \ @@ -169,7 +173,11 @@ dist_itexamples_DATA = \ jaexamplesdir = $(pkgdatadir)/examples/ja dist_jaexamples_DATA = \ examples/ja/Braille.lyx \ - examples/ja/splash.lyx + examples/ja/linguistics.lyx \ + examples/ja/multicol.lyx \ + examples/ja/splash.lyx \ + examples/ja/xyfigure.png \ + examples/ja/xypic.lyx nlexamplesdir = $(pkgdatadir)/examples/nl dist_nlexamples_DATA = \ @@ -243,11 +251,13 @@ dist_examples_DATA = \ examples/europeCV.lyx \ examples/example_lyxified.lyx \ examples/example_raw.lyx \ + examples/FeynmanDiagrams.lyx \ examples/iecc05.fen \ examples/iecc07.fen \ examples/iecc12.fen \ examples/instant_preview.lyx \ examples/landslide.lyx \ + examples/lilypond.lyx \ examples/linguistics.lyx \ examples/listerrors.lyx \ examples/modernCV.lyx \ @@ -280,6 +290,7 @@ dist_fonts_DATA = \ fonts/msam10.ttf \ fonts/msbm10.ttf \ fonts/ReadmeBaKoMa4LyX.txt \ + fonts/rsfs10.ttf \ fonts/wasy10.ttf imagesdir = $(pkgdatadir)/images @@ -305,6 +316,7 @@ dist_images_DATA = \ images/buffer-export_text.png \ images/buffer-new.png \ images/buffer-reload.png \ + images/buffer-toggle-output-sync.png \ images/buffer-update.png \ images/buffer-update_dvi.png \ images/buffer-update_pdf.png \ @@ -1012,6 +1024,8 @@ dist_layouts_DATA =\ layouts/aastex.layout \ layouts/achemso.layout \ layouts/acmsiggraph.layout \ + layouts/AEA.layout \ + layouts/agutex.layout \ layouts/agu-dtd.layout \ layouts/agu_stdclass.inc \ layouts/agu_stdcounters.inc \ @@ -1034,6 +1048,7 @@ dist_layouts_DATA =\ layouts/broadway.layout \ layouts/chess.layout \ layouts/cl2emult.layout \ + layouts/customHeadersFooters.module \ layouts/db_lyxmacros.inc \ layouts/db_stdclass.inc \ layouts/db_stdcharstyles.inc \ @@ -1051,6 +1066,7 @@ dist_layouts_DATA =\ layouts/docbook.layout \ layouts/doublecol-new.layout \ layouts/dtk.layout \ + layouts/ectaart.layout \ layouts/egs.layout \ layouts/elsart.layout \ layouts/elsarticle.layout \ @@ -1065,6 +1081,7 @@ dist_layouts_DATA =\ layouts/figs-within-sections.module \ layouts/foils.layout \ layouts/foottoend.module \ + layouts/frletter.layout \ layouts/g-brief.layout \ layouts/g-brief2.layout \ layouts/hanging.module \ @@ -1087,6 +1104,7 @@ dist_layouts_DATA =\ layouts/kluwer.layout \ layouts/latex8.layout \ layouts/letter.layout \ + layouts/lilypond.module \ layouts/linguistics.module \ layouts/literate-article.layout \ layouts/literate-book.layout \ @@ -1168,6 +1186,7 @@ dist_layouts_DATA =\ layouts/theorems-order.inc \ layouts/theorems-proof.inc \ layouts/theorems-proof-std.inc \ + layouts/theorems-refprefix.inc \ layouts/theorems-sec.module \ layouts/theorems-starred-equivalents.inc \ layouts/theorems-starred.inc \ @@ -1195,6 +1214,7 @@ dist_scripts_PYTHON = \ scripts/legacy_lyxpreview2ppm.py \ scripts/listerrors \ scripts/lyxpreview2bitmap.py \ + scripts/lyxpreview-lytex2bitmap.py \ scripts/lyxpreview-platex2bitmap.py \ scripts/lyxpreview_tools.py \ scripts/tex_copy.py @@ -1205,14 +1225,19 @@ dist_templates_DATA = \ templates/aastex.lyx \ templates/ACM-siggraph.lyx \ templates/ACM-sigplan.lyx \ + templates/AEA.lyx \ + templates/agutex.lyx \ templates/agu_article.lyx \ templates/apa.lyx \ templates/beamer-conference-ornate-20min.lyx \ templates/de_beamer-conference-ornate-20min.lyx \ templates/dinbrief.lyx \ templates/docbook_article.lyx \ + templates/ectaart.lyx \ templates/elsarticle.lyx \ + templates/es_beamer-conference-ornate-20min.lyx \ templates/fr_beamer-conference-ornate-20min.lyx \ + templates/frletter.lyx \ templates/g-brief2.lyx \ templates/g-brief-de.lyx \ templates/g-brief-en.lyx \ @@ -1240,6 +1265,7 @@ thesistemplatesdir = $(pkgdatadir)/templates/thesis dist_thesistemplates_DATA = \ templates/thesis/Acknowledgments.lyx \ templates/thesis/alpha.bst \ + templates/thesis/Appendix.lyx \ templates/thesis/chapter-1.lyx \ templates/thesis/chapter-2.lyx \ templates/thesis/Summary.lyx \