]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
Lock toolbars (#10283)
[lyx.git] / lib / Makefile.am
index ee7e2b141c0edecba0a9d9da25cef92206d02549..e4354ff282dd540d2dc03d4b3ed1ac01720cc30c 100644 (file)
@@ -6,7 +6,7 @@ CHMOD = chmod
 
 EXTRA_DIST = examples/CMakeLists.txt scripts/CMakeLists.txt
 
-dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \
+dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx \
        encodings layouttranslations languages latexfonts RELEASE-NOTES \
        symbols syntax.default unicodesymbols
 
@@ -93,6 +93,7 @@ dist_deexamples_DATA = \
        examples/de/linguistics.lyx \
        examples/de/MultilingualCaptions.lyx \
        examples/de/PDF-comment.lyx \
+       examples/de/PDF-form.lyx \
        examples/de/serienbrief1.lyx \
        examples/de/serienbrief2.lyx \
        examples/de/serienbrief3.lyx \
@@ -213,7 +214,7 @@ dist_plexamples_DATA = \
 pt_BRexamplesdir = $(pkgdatadir)/examples/pt_BR
 dist_pt_BRexamples_DATA = \
        examples/pt_BR/splash.lyx
-       
+
 pt_PTexamplesdir = $(pkgdatadir)/examples/pt_PT
 dist_pt_PTexamples_DATA = \
        examples/pt_PT/splash.lyx
@@ -557,6 +558,7 @@ dist_images_DATA1X = \
        images/toolbar-toggle_math.svgz \
        images/toolbar-toggle_math_panels.svgz \
        images/toolbar-toggle_table.svgz \
+       images/toolbar-toggle_review.svgz \
        images/undo.svgz \
        images/unknown.svgz \
        images/up.svgz \
@@ -1017,6 +1019,7 @@ dist_imagesmath_DATA = \
        images/math/mathbb_Q.svgz \
        images/math/mathbb_R.svgz \
        images/math/mathbb_Z.svgz \
+       images/math/mathbin.svgz \
        images/math/mathbf.svgz \
        images/math/mathcal.svgz \
        images/math/mathcal_F.svgz \
@@ -1029,9 +1032,12 @@ dist_imagesmath_DATA = \
        images/math/mathfrak.svgz \
        images/math/mathit.svgz \
        images/math/mathllap.svgz \
+       images/math/mathop.svgz \
+       images/math/mathord.svgz \
        images/math/mathparagraph.svgz \
        images/math/mathscr.svgz \
        images/math/mathsection.svgz \
+       images/math/mathrel.svgz \
        images/math/mathring.svgz \
        images/math/mathrlap.svgz \
        images/math/mathrm.svgz \
@@ -2107,7 +2113,6 @@ dist_layouts_DATA =\
        layouts/arab-article.layout \
        layouts/article.layout \
        layouts/article-beamer.layout \
-       layouts/basic.module \
        layouts/beamer.layout \
        layouts/beamerposter.layout \
        layouts/bicaption.module \
@@ -2185,7 +2190,6 @@ dist_layouts_DATA =\
        layouts/jsarticle.layout \
        layouts/jsbook.layout \
        layouts/jss.layout \
-       layouts/jurabib.module \
        layouts/kluwer.layout \
        layouts/knitr.module \
        layouts/latex8.layout \
@@ -2205,7 +2209,6 @@ dist_layouts_DATA =\
        layouts/mwart.layout \
        layouts/mwbk.layout \
        layouts/mwrep.layout \
-       layouts/natbib.module \
        layouts/natbibapa.module \
        layouts/noweb.module \
        layouts/numarticle.inc \
@@ -2302,6 +2305,14 @@ dist_layouts_DATA =\
        layouts/tufte-handout.layout \
        layouts/varwidth.module
 
+citeenginesdir = $(pkgdatadir)/citeengines
+dist_citeengines_DATA = \
+       citeengines/basic.citeengine \
+        citeengines/biblatex.citeengine \
+        citeengines/biblatex-natbib.citeengine \
+        citeengines/jurabib.citeengine \
+        citeengines/natbib.citeengine
+
 scriptsdir = $(pkgdatadir)/scripts
 dist_scripts_DATA = \
        scripts/bash_completion \
@@ -2322,6 +2333,7 @@ dist_scripts_DATA += \
        scripts/svg2pdftex.py \
        scripts/svg2pstex.py \
        scripts/fig_copy.py \
+       scripts/gnuplot2pdf.py \
        scripts/html2latexwrapper.py \
        scripts/include_bib.py \
        scripts/layout2layout.py \
@@ -2333,6 +2345,7 @@ dist_scripts_DATA += \
        scripts/prefs2prefs.py \
        scripts/prefs2prefs_lfuns.py \
        scripts/prefs2prefs_prefs.py \
+       scripts/prefTest.pl.in \
        scripts/tex_copy.py \
        scripts/TeXFiles.py
 
@@ -2412,6 +2425,18 @@ dist_ui_DATA = \
        ui/stdmenus.inc \
        ui/stdtoolbars.inc
 
+xtemplatesdir = $(pkgdatadir)/xtemplates
+dist_xtemplates_DATA = \
+       xtemplates/chess.xtemplate \
+       xtemplates/dia.xtemplate \
+       xtemplates/gnumeric.xtemplate \
+       xtemplates/inkscape.xtemplate \
+       xtemplates/lilypond.xtemplate \
+       xtemplates/pdfpages.xtemplate \
+       xtemplates/raster_image.xtemplate \
+       xtemplates/vector_graphics.xtemplate \
+       xtemplates/xfig.xtemplate
+
 if INSTALL_POSIX
 # install application icons. The 'hicolor' theme is the default theme
 # where applications themselves should install their icons.