X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=5f55f0b692004aee32bc66863cf54fd3333e3ea4;hb=6fde01e70ed70755ed0da9699da47fccf98abb11;hp=a1d79cc06bc55ae84ce59052c6503d03cb39355c;hpb=4722e955a88a45c2af69df5b093ab0ab0c90a2e4;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index a1d79cc06b..5f55f0b692 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -37,6 +37,10 @@ dist_noinst_DATA = \ images/math/misc.png \ images/math/varsz.png +skbinddir = $(pkgdatadir)/bind/sk +dist_skbind_DATA = \ + bind/sk/menus.bind + debinddir = $(pkgdatadir)/bind/de dist_debind_DATA = \ bind/de/menus.bind @@ -62,10 +66,13 @@ commandsdir = $(pkgdatadir)/commands dist_commands_DATA = \ commands/default.def +arexamplesdir = $(pkgdatadir)/examples/ar +dist_arexamples_DATA = \ + examples/ar/splash.lyx + caexamplesdir = $(pkgdatadir)/examples/ca dist_caexamples_DATA = \ examples/ca/ItemizeBullets.lyx \ - examples/ca/mathed.lyx \ examples/ca/splash.lyx csexamplesdir = $(pkgdatadir)/examples/cs @@ -145,6 +152,7 @@ dist_frexamples_DATA = \ examples/fr/seminar.lyx \ examples/fr/simplecv.lyx \ examples/fr/splash.lyx \ + examples/fr/xyfigure.lyx \ examples/fr/xyfigure.png \ examples/fr/xypic.lyx @@ -180,7 +188,6 @@ dist_jaexamples_DATA = \ examples/ja/Braille.lyx \ examples/ja/FeynmanDiagrams.lyx \ examples/ja/MultilingualCaptions.lyx \ - examples/ja/R-S-statements.lyx \ examples/ja/beamer.lyx \ examples/ja/knitr.lyx \ examples/ja/lilypond.lyx \ @@ -225,6 +232,8 @@ dist_roexamples_DATA = \ ruexamplesdir = $(pkgdatadir)/examples/ru dist_ruexamples_DATA = \ + examples/ru/example_lyxified.lyx \ + examples/ru/example_raw.lyx \ examples/ru/splash.lyx slexamplesdir = $(pkgdatadir)/examples/sl @@ -351,7 +360,6 @@ dist_examples_DATA = \ examples/PDF-form.lyx \ examples/powerdot.lyx \ examples/recipebook.lyx \ - examples/R-S-statements.lyx \ examples/script_form.lyx \ examples/seminar.lyx \ examples/serial_letter1.lyx \ @@ -364,7 +372,6 @@ dist_examples_DATA = \ examples/splash.lyx \ examples/spreadsheet.lyx \ examples/sweave.lyx \ - examples/subequations.lyx \ examples/tufte-book.lyx \ examples/tufte-handout.lyx \ examples/varwidth-floats-side-by-side.lyx \ @@ -464,6 +471,7 @@ dist_images_DATA1X = \ images/down.svgz \ images/editclear.svgz \ images/emblem-readonly.svgz \ + images/emblem-shellescape.svgz \ images/ert-insert.svgz \ images/file-open.svgz \ images/float-insert_figure.svgz \ @@ -562,8 +570,8 @@ dist_images_DATA1X = \ images/thesaurus-entry.svgz \ images/toolbar-toggle_math.svgz \ images/toolbar-toggle_math_panels.svgz \ - images/toolbar-toggle_table.svgz \ images/toolbar-toggle_review.svgz \ + images/toolbar-toggle_table.svgz \ images/undo.svgz \ images/unknown.svgz \ images/up.svgz \ @@ -1833,6 +1841,7 @@ dist_imagesoxygen_DATA1X = \ images/oxygen/thesaurus-entry.svgz \ images/oxygen/toolbar-toggle_math.svgz \ images/oxygen/toolbar-toggle_math_panels.svgz \ + images/oxygen/toolbar-toggle_review.svgz \ images/oxygen/toolbar-toggle_table.svgz \ images/oxygen/undo.svgz \ images/oxygen/unknown.svgz \ @@ -2024,6 +2033,7 @@ dist_imagesclassic_DATA = \ images/classic/thesaurus-entry.png \ images/classic/toolbar-toggle_math.png \ images/classic/toolbar-toggle_math_panels.png \ + images/classic/toolbar-toggle_review.png \ images/classic/toolbar-toggle_table.png \ images/classic/undo.png \ images/classic/unknown.png \ @@ -2125,6 +2135,10 @@ dist_layouts_DATA =\ layouts/book.layout \ layouts/braille.module \ layouts/broadway.layout \ + layouts/bxjsarticle.layout \ + layouts/bxjsbook.layout \ + layouts/bxjsreport.layout \ + layouts/bxjsslide.layout \ layouts/changebars.module \ layouts/chess.layout \ layouts/cl2emult.layout \ @@ -2350,6 +2364,7 @@ dist_scripts_DATA += \ scripts/lyxpak.py \ scripts/lyxpreview2bitmap.py \ scripts/lyxpreview_tools.py \ + scripts/lyx_batch.pl.in \ scripts/prefs2prefs.py \ scripts/prefs2prefs_lfuns.py \ scripts/prefs2prefs_prefs.py \ @@ -2363,7 +2378,6 @@ dist_templates_DATA = \ templates/aastex6.lyx \ templates/acmart.lyx \ templates/AEA.lyx \ - templates/AGUTeX.lyx \ templates/APA.lyx \ templates/APA6.lyx \ templates/beamer-conference-ornate-20min.lyx \ @@ -2410,6 +2424,7 @@ dist_obsoletetemplates_DATA = \ templates/obsolete/ACM-siggraph.lyx \ templates/obsolete/ACM-sigplan.lyx \ templates/obsolete/ACM-SIGS.lyx \ + templates/obsolete/AGUTeX.lyx \ templates/obsolete/g-brief-de.lyx \ templates/obsolete/g-brief-en.lyx @@ -2444,7 +2459,6 @@ dist_xtemplates_DATA = \ xtemplates/gnumeric.xtemplate \ xtemplates/inkscape.xtemplate \ xtemplates/lilypond.xtemplate \ - xtemplates/minted.xtemplate \ xtemplates/pdfpages.xtemplate \ xtemplates/raster_image.xtemplate \ xtemplates/vector_graphics.xtemplate \