]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
* UserGuide: add documentation for language package and default output format
[lyx.git] / lib / Makefile.am
index 7523c6b8a7f7760af2807443f752bd6502da06f0..de320b9d26f51e47d268c3f496c1257501775312 100644 (file)
@@ -218,6 +218,10 @@ dist_srexamples_DATA = \
        examples/sr/Braille.lyx \
        examples/sr/splash.lyx
 
+svexamplesdir = $(pkgdatadir)/examples/sv
+dist_svexamples_DATA = \
+       examples/sv/splash.lyx
+
 ukexamplesdir = $(pkgdatadir)/examples/uk
 dist_ukexamples_DATA = \
        examples/uk/splash.lyx
@@ -253,6 +257,7 @@ dist_examples_DATA = \
        examples/chess-article.lyx \
        examples/chessgame.lyx \
        examples/docbook_article.lyx \
+       examples/enumitem.lyx \
        examples/europeCV.lyx \
        examples/example_lyxified.lyx \
        examples/example_raw.lyx \
@@ -345,6 +350,7 @@ dist_images_DATA = \
        images/buffer-write-as.png \
        images/buffer-write.png \
        images/build-program.png \
+       images/busy.gif \
        images/change-accept.png \
        images/change-next.png \
        images/change-reject.png \
@@ -434,13 +440,17 @@ dist_images_DATA = \
        images/split-view_horizontal.png \
        images/split-view_vertical.png \
        images/standard.png \
-       images/tabular-feature_m-align-center.png \
-       images/tabular-feature_m-align-left.png \
-       images/tabular-feature_m-align-right.png \
+       images/tabular-feature_align-decimal.png \
        images/tabular-feature_append-column.png \
        images/tabular-feature_append-row.png \
        images/tabular-feature_delete-column.png \
        images/tabular-feature_delete-row.png \
+       images/tabular-feature_m-align-center.png \
+       images/tabular-feature_m-align-left.png \
+       images/tabular-feature_m-align-right.png \
+       images/tabular-feature_m-valign-bottom.png \
+       images/tabular-feature_m-valign-middle.png \
+       images/tabular-feature_m-valign-top.png \
        images/tabular-feature_multicolumn.png \
        images/tabular-feature_multirow.png \
        images/tabular-feature_set-all-lines.png \
@@ -455,9 +465,6 @@ dist_images_DATA = \
        images/tabular-feature_toggle-rotate-cell.png \
        images/tabular-feature_toggle-rotate-tabular.png \
        images/tabular-feature_unset-all-lines.png \
-       images/tabular-feature_m-valign-bottom.png \
-       images/tabular-feature_m-valign-middle.png \
-       images/tabular-feature_m-valign-top.png \
        images/tabular-insert.png \
        images/thesaurus-entry.png \
        images/toolbar-toggle_math.png \
@@ -948,33 +955,22 @@ dist_imagesmath_DATA = \
        images/math/upsilon2.png \
        images/math/upuparrows.png \
        images/math/urcorner.png \
-       images/math/varDelta.png \
        images/math/varepsilon.png \
-       images/math/varGamma.png \
        images/math/varkappa.png \
-       images/math/varLambda.png \
        images/math/varnothing.png \
-       images/math/varOmega.png \
        images/math/varphi.png \
-       images/math/varphi2.png \
        images/math/varpi.png \
-       images/math/varpi2.png \
        images/math/varpropto.png \
-       images/math/varPsi.png \
        images/math/varrho.png \
        images/math/varsigma.png \
-       images/math/varsigma2.png \
        images/math/varsubsetneq.png \
        images/math/varsubsetneqq.png \
        images/math/varsupsetneq.png \
        images/math/varsupsetneqq.png \
        images/math/vartheta.png \
-       images/math/vartheta2.png \
        images/math/vartriangle.png \
        images/math/vartriangleleft.png \
        images/math/vartriangleright.png \
-       images/math/varUpsilon.png \
-       images/math/varXi.png \
        images/math/vdash.png \
        images/math/vdash2.png \
        images/math/vdash3.png \
@@ -1105,6 +1101,7 @@ dist_layouts_DATA =\
        layouts/extreport.layout \
        layouts/figs-within-sections.module \
        layouts/fixltx2e.module \
+       layouts/fix-cm.module \
        layouts/foils.layout \
        layouts/foottoend.module \
        layouts/frletter.layout \
@@ -1225,9 +1222,11 @@ dist_layouts_DATA =\
        layouts/tufte-handout.layout
 
 scriptsdir = $(pkgdatadir)/scripts
+dist_scripts_DATA = \
+       scripts/bash_completion \
+       scripts/lyxsweave.R
 # Note that we "chmod 755" manually these files in install-data-hook.
 dist_scripts_PYTHON = \
-       scripts/bash_completion \
        scripts/clean_dvi.py \
        scripts/convertDefault.py \
        scripts/csv2lyx.py \
@@ -1241,11 +1240,11 @@ dist_scripts_PYTHON = \
        scripts/layout2layout.py \
        scripts/legacy_lyxpreview2ppm.py \
        scripts/listerrors \
+       scripts/lyxpak.py \
        scripts/lyxpreview2bitmap.py \
        scripts/lyxpreview-lytex2bitmap.py \
        scripts/lyxpreview-platex2bitmap.py \
        scripts/lyxpreview_tools.py \
-       scripts/lyxsweave.R \
        scripts/prefs2prefs.py \
        scripts/prefs2prefs_lfuns.py \
        scripts/prefs2prefs_prefs.py \
@@ -1314,6 +1313,11 @@ dist_tex_DATA = \
        tex/lyxskak.sty \
        tex/revtex.cls
 
+# subscript.sty is not in dist_tex_DATA since we don't want to install it
+# (it is part of TeXLive). We include it in our source package only so that
+# packagers may decide to install it (e.g. for MikTeX).
+dist_noinst_DATA += tex/subscript.sty
+
 uidir = $(pkgdatadir)/ui
 dist_ui_DATA = \
        ui/classic.ui \