]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
FindAdv: Handle search for '{' and '}'
[lyx.git] / lib / Makefile.am
index dca5e0e8c670659b1319326c818547158b9e961c..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 \
@@ -2303,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 \
@@ -2459,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 \
@@ -2495,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 \
@@ -2524,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
 
@@ -2564,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
@@ -2700,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) \