]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
FindAdv: Handle search for '{' and '}'
[lyx.git] / lib / Makefile.am
index 761b46f3eec00bdde23194e1a14d382855568f3b..c622d90cf867f13d768133eb285204aaa6f32c74 100644 (file)
@@ -45,6 +45,10 @@ debinddir = $(pkgdatadir)/bind/de
 dist_debind_DATA = \
        bind/de/menus.bind
 
+rubinddir = $(pkgdatadir)/bind/ru
+dist_rubind_DATA = \
+       bind/ru/menus.bind
+
 binddir = $(pkgdatadir)/bind
 dist_bind_DATA = \
        bind/broadway.bind \
@@ -307,6 +311,11 @@ dist_ruinsetexamples_DATA = \
        examples/ru/Graphics_and_Insets/xyfigure.png \
        examples/ru/Graphics_and_Insets/XY-Pic.lyx
 
+rupresentationexamplesdir = $(pkgdatadir)/examples/ru/Presentations
+dist_rupresentationexamples_DATA = \
+       examples/ru/Presentations/Beamer.lyx \
+       examples/ru/Presentations/Beamer_Article_%28Standard_Class%29.lyx
+
 slexamplesdir = $(pkgdatadir)/examples/sl
 dist_slexamples_DATA = \
        examples/sl/Example_%28LyXified%29.lyx \
@@ -2211,11 +2220,12 @@ dist_kbd_DATA = \
        kbd/american-2.kmap \
        kbd/american.kmap \
        kbd/arabic.kmap \
-       kbd/bg-bds-1251.kmap \
        kbd/brazil.kmap \
        kbd/brazil2.kmap \
+       kbd/bulgarian.kmap \
        kbd/czech-prg.kmap \
        kbd/czech.kmap \
+       kbd/espanol.kmap \
        kbd/european.kmap \
        kbd/farsi.kmap \
        kbd/francais.kmap \
@@ -2225,8 +2235,6 @@ dist_kbd_DATA = \
        kbd/german.kmap \
        kbd/greek.kmap \
        kbd/hebrew.kmap \
-       kbd/koi8-r.kmap \
-       kbd/koi8-u.kmap \
        kbd/latvian.kmap \
        kbd/magyar-2.kmap \
        kbd/magyar-3.kmap \
@@ -2236,6 +2244,7 @@ dist_kbd_DATA = \
        kbd/polski.kmap \
        kbd/portuges.kmap \
        kbd/romanian.kmap \
+       kbd/russian.kmap \
        kbd/serbian.kmap \
        kbd/serbocroatian.kmap \
        kbd/sf.kmap \
@@ -2246,7 +2255,7 @@ dist_kbd_DATA = \
        kbd/transilvanian.kmap \
        kbd/turkish-f.kmap \
        kbd/turkish.kmap \
-       kbd/espanol.kmap
+       kbd/ukrainian.kmap
 
 layoutsdir = $(pkgdatadir)/layouts
 dist_layouts_DATA =\
@@ -2298,6 +2307,10 @@ dist_layouts_DATA =\
        layouts/ctex-report.layout \
        layouts/customHeadersFooters.module \
        layouts/db_stdcharstyles.inc \
+       layouts/db_stdclass.inc \
+       layouts/db_stdstarsections.inc \
+       layouts/db_stdstruct.inc \
+       layouts/db_stdtitle.inc \
        layouts/dinbrief.layout \
        layouts/docbook-book.layout \
        layouts/docbook-chapter.layout \
@@ -2454,6 +2467,8 @@ dist_layouts_DATA =\
        layouts/theorems-ams-extended-chap-bytype.module \
        layouts/theorems-case.inc \
        layouts/theorems-chap.module \
+       layouts/theorems-counters-bytype.inc \
+       layouts/theorems-counters-extended-bytype.inc \
        layouts/theorems.inc \
        layouts/theorems-bytype.inc \
        layouts/theorems-bytype.module \
@@ -2490,9 +2505,11 @@ dist_scripts_DATA = \
        scripts/lyxknitr.R \
        scripts/lyxstangle.R \
        scripts/lyxsweave.R
+
 # We use DATA now instead of PYTHON because automake 1.11.2 complains.
 # Note that we "chmod 755" manually these files in install-data-hook.
 dist_scripts_DATA += \
+       scripts/checkKeys.pl.in \
        scripts/clean_dvi.py \
        scripts/convert_pdf.py \
        scripts/convertDefault.py \
@@ -2519,6 +2536,7 @@ dist_scripts_DATA += \
        scripts/prefs2prefs_lfuns.py \
        scripts/prefs2prefs_prefs.py \
        scripts/prefTest.pl.in \
+       scripts/spreadsheet_to_docbook.py \
        scripts/tex_copy.py \
        scripts/TeXFiles.py
 
@@ -2559,6 +2577,10 @@ dist_articletemplates_DATA = \
        templates/Articles/REVTeX_%28V._4.1%29.lyx \
        templates/Articles/Springers_Global_Journal_Template_%28V._3%29.lyx
 
+arpresentationtemplatesdir = $(pkgdatadir)/templates/ar/Presentations
+dist_arpresentationtemplates_DATA = \
+       templates/ar/Presentations/Beamer.lyx
+
 depresentationtemplatesdir = $(pkgdatadir)/templates/de/Presentations
 dist_depresentationtemplates_DATA = \
        templates/de/Presentations/Beamer.lyx
@@ -2695,6 +2717,7 @@ endif
 dist_noinst_DATA += lyx.desktop.in images/lyx.png
 
 exampleandtemplate_files = \
+                          $(dist_arpresentationexamples_DATA) \
                           $(dist_articleexamples_DATA) \
                           $(dist_articlechessexamples_DATA) \
                           $(dist_articletemplates_DATA) \
@@ -2764,6 +2787,7 @@ exampleandtemplate_files = \
                           $(dist_roexamples_DATA) \
                           $(dist_ruexamples_DATA) \
                           $(dist_ruinsetexamples_DATA) \
+                          $(dist_rupresentationexamples_DATA) \
                           $(dist_scriptexamples_DATA) \
                           $(dist_scriptstemplates_DATA) \
                           $(dist_slexamples_DATA) \