]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
Arabic Intro.lyx: mark LTR text as English like we do for the Hebrew doc files
[lyx.git] / lib / Makefile.am
index 96ce5a65b22a4d8f8aadf3f8caf8cfae7b659f03..fd3d518885a4b08d1e5005f563e2b03275d86def 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
@@ -1017,6 +1018,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 +1031,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 +2112,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 \
@@ -2170,6 +2174,7 @@ dist_layouts_DATA =\
        layouts/IEEEtran.layout \
        layouts/IEEEtran-CompSoc.layout \
        layouts/IEEEtran-TransMag.layout \
+       layouts/InStar.module \
        layouts/ijmpc.layout \
        layouts/ijmpd.layout \
        layouts/initials.module \
@@ -2184,7 +2189,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 \
@@ -2204,7 +2208,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 \
@@ -2272,8 +2275,11 @@ dist_layouts_DATA =\
        layouts/theorems-ams.module \
        layouts/theorems-ams-bytype.inc \
        layouts/theorems-ams-bytype.module \
+       layouts/theorems-ams-chap-bytype.inc \
+       layouts/theorems-ams-chap-bytype.module \
        layouts/theorems-ams-extended.module \
        layouts/theorems-ams-extended-bytype.module \
+       layouts/theorems-ams-extended-chap-bytype.module \
        layouts/theorems-case.inc \
        layouts/theorems-chap.module \
        layouts/theorems.inc \
@@ -2298,6 +2304,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 \
@@ -2315,6 +2329,8 @@ dist_scripts_DATA += \
        scripts/fen2ascii.py \
        scripts/fig2pdftex.py \
        scripts/fig2pstex.py \
+       scripts/svg2pdftex.py \
+       scripts/svg2pstex.py \
        scripts/fig_copy.py \
        scripts/html2latexwrapper.py \
        scripts/include_bib.py \
@@ -2406,6 +2422,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.