X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=240c7828c0ca197d2584c81727b4eb6e04489247;hb=82b9adcea2e82413e872df7cbedbe04f4824898c;hp=ca2b1c08e999a12f5194e8c4f884662d3f94b619;hpb=e7dd1bf9dd571bbefb99a2fc5f9a1382e68a4a0d;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index ca2b1c08e9..240c7828c0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -105,7 +105,6 @@ dist_elexamples_DATA = \ esexamplesdir = $(pkgdatadir)/examples/es dist_esexamples_DATA = \ - examples/es/beamer-conference-ornate20min.lyx \ examples/es/Braille.lyx \ examples/es/ejemplo_con_lyx.lyx \ examples/es/ejemplo_sin_lyx.lyx \ @@ -133,6 +132,7 @@ dist_frexamples_DATA = \ examples/fr/exemple_brut.lyx \ examples/fr/exemple_lyxifie.lyx \ examples/fr/exemple-powerdot.lyx \ + examples/fr/FeynmanDiagrams.lyx \ examples/fr/Foils.lyx \ examples/fr/linguistics.lyx \ examples/fr/ListesPuces.lyx \ @@ -213,6 +213,11 @@ skexamplesdir = $(pkgdatadir)/examples/sk dist_skexamples_DATA = \ examples/sk/splash.lyx +srexamplesdir = $(pkgdatadir)/examples/sr +dist_srexamples_DATA = \ + examples/sr/Braille.lyx \ + examples/sr/splash.lyx + ukexamplesdir = $(pkgdatadir)/examples/uk dist_ukexamples_DATA = \ examples/uk/splash.lyx @@ -248,6 +253,7 @@ dist_examples_DATA = \ examples/chess-article.lyx \ examples/chessgame.lyx \ examples/docbook_article.lyx \ + examples/enumitem.lyx \ examples/europeCV.lyx \ examples/example_lyxified.lyx \ examples/example_raw.lyx \ @@ -307,11 +313,13 @@ dist_images_DATA = \ images/buffer-close.png \ images/buffer-export.png \ images/buffer-export_dvi.png \ + images/buffer-export_dvi3.png \ images/buffer-export_latex.png \ images/buffer-export_pdf.png \ images/buffer-export_pdf2.png \ images/buffer-export_pdf3.png \ images/buffer-export_pdf4.png \ + images/buffer-export_pdf5.png \ images/buffer-export_ps.png \ images/buffer-export_text.png \ images/buffer-new.png \ @@ -319,21 +327,26 @@ dist_images_DATA = \ images/buffer-toggle-output-sync.png \ images/buffer-update.png \ images/buffer-update_dvi.png \ + images/buffer-update_dvi3.png \ images/buffer-update_pdf.png \ images/buffer-update_pdf2.png \ images/buffer-update_pdf3.png \ images/buffer-update_pdf4.png \ + images/buffer-update_pdf5.png \ images/buffer-update_ps.png \ images/buffer-view.png \ images/buffer-view_dvi.png \ + images/buffer-view_dvi3.png \ images/buffer-view_pdf.png \ images/buffer-view_pdf2.png \ images/buffer-view_pdf3.png \ images/buffer-view_pdf4.png \ + images/buffer-view_pdf5.png \ images/buffer-view_ps.png \ images/buffer-write-as.png \ images/buffer-write.png \ images/build-program.png \ + images/busy.gif \ images/change-accept.png \ images/change-next.png \ images/change-reject.png \ @@ -418,6 +431,8 @@ dist_images_DATA = \ images/psnfss4.png \ images/redo.png \ images/reload.png \ + images/script-insert_subscript.png \ + images/script-insert_superscript.png \ images/split-view_horizontal.png \ images/split-view_vertical.png \ images/standard.png \ @@ -1048,6 +1063,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 \ @@ -1065,11 +1081,13 @@ 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 \ layouts/endnotes.module \ layouts/entcs.layout \ + layouts/enumitem.module \ layouts/eqs-within-sections.module \ layouts/europecv.layout \ layouts/extarticle.layout \ @@ -1077,8 +1095,11 @@ dist_layouts_DATA =\ layouts/extletter.layout \ layouts/extreport.layout \ layouts/figs-within-sections.module \ + layouts/fixltx2e.module \ + layouts/fix-cm.module \ layouts/foils.layout \ layouts/foottoend.module \ + layouts/frletter.layout \ layouts/g-brief.layout \ layouts/g-brief2.layout \ layouts/hanging.module \ @@ -1101,6 +1122,7 @@ dist_layouts_DATA =\ layouts/kluwer.layout \ layouts/latex8.layout \ layouts/letter.layout \ + layouts/lettre.layout \ layouts/lilypond.module \ layouts/linguistics.module \ layouts/literate-article.layout \ @@ -1179,12 +1201,13 @@ dist_layouts_DATA =\ layouts/theorems-bytype.inc \ layouts/theorems-bytype.module \ layouts/theorems-chap-bytype.module \ - layouts/theorems-sec-bytype.module \ + layouts/theorems-named.module \ layouts/theorems-order.inc \ layouts/theorems-proof.inc \ layouts/theorems-proof-std.inc \ layouts/theorems-refprefix.inc \ layouts/theorems-sec.module \ + layouts/theorems-sec-bytype.module \ layouts/theorems-starred-equivalents.inc \ layouts/theorems-starred.inc \ layouts/theorems-starred.module \ @@ -1196,17 +1219,17 @@ dist_layouts_DATA =\ scriptsdir = $(pkgdatadir)/scripts # Note that we "chmod 755" manually these files in install-data-hook. dist_scripts_PYTHON = \ - scripts/TeXFiles.py \ scripts/bash_completion \ scripts/clean_dvi.py \ - scripts/csv2lyx.py \ scripts/convertDefault.py \ + scripts/csv2lyx.py \ scripts/date.py \ scripts/ext_copy.py \ scripts/fen2ascii.py \ scripts/fig2pdftex.py \ scripts/fig2pstex.py \ scripts/fig_copy.py \ + scripts/include_bib.py \ scripts/layout2layout.py \ scripts/legacy_lyxpreview2ppm.py \ scripts/listerrors \ @@ -1214,7 +1237,12 @@ dist_scripts_PYTHON = \ scripts/lyxpreview-lytex2bitmap.py \ scripts/lyxpreview-platex2bitmap.py \ scripts/lyxpreview_tools.py \ - scripts/tex_copy.py + scripts/lyxsweave.R \ + scripts/prefs2prefs.py \ + scripts/prefs2prefs_lfuns.py \ + scripts/prefs2prefs_prefs.py \ + scripts/tex_copy.py \ + scripts/TeXFiles.py templatesdir = $(pkgdatadir)/templates dist_templates_DATA = \ @@ -1230,9 +1258,11 @@ dist_templates_DATA = \ 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 \ @@ -1246,6 +1276,7 @@ dist_templates_DATA = \ templates/koma-letter2.lyx \ templates/latex8.lyx \ templates/letter.lyx \ + templates/lettre.lyx \ templates/README.new_templates \ templates/revtex.lyx \ templates/revtex4.lyx \ @@ -1260,6 +1291,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 \