]> 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 240c7828c0ca197d2584c81727b4eb6e04489247..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
@@ -436,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 \
@@ -457,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 \
@@ -1217,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 \
@@ -1233,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 \
@@ -1306,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 \