X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=bff08ade78a042958af411b5230af38bff1fdb55;hb=9dc6f09c6584f765576dfed9758889ecbb286937;hp=2d359e7f10cc500ca338878461b928c1793c0c35;hpb=cd5d1be8f8925b1057af5eca8ebe6377f9cac9e3;p=features.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 2d359e7f10..bff08ade78 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -564,7 +564,7 @@ dist_images_DATA1X = \ images/buffer-write-as.svgz \ images/buffer-write.svgz \ images/build-program.svgz \ - images/busy.gif \ + images/busy.svgz \ images/change-accept.svgz \ images/change-next.svgz \ images/change-reject.svgz \ @@ -629,7 +629,9 @@ dist_images_DATA1X = \ images/layout-toggle_Section.svgz \ images/lyx.svg \ images/lyxfiles-system.svgz \ + images/lyxfiles-system-folder.svgz \ images/lyxfiles-user.svgz \ + images/lyxfiles-user-folder.svgz \ images/lyx-quit.svgz \ images/marginalnote-insert.svgz \ images/master-buffer-update.svgz \ @@ -695,11 +697,11 @@ dist_images_DATA1X = \ images/tabular-feature_multicolumn.svgz \ images/tabular-feature_multirow.svgz \ images/tabular-feature_reset-formal-default.svgz \ - images/tabular-feature_set-all-lines.svgz \ + images/tabular-feature_toggle-all-lines.svgz \ images/tabular-feature_set-longtabular.svgz \ images/tabular-feature_set-rotate-cell.svgz \ - images/tabular-feature_set-border-lines.svgz \ - images/tabular-feature_set-inner-lines.svgz \ + images/tabular-feature_toggle-border-lines.svgz \ + images/tabular-feature_toggle-inner-lines.svgz \ images/tabular-feature_set-rotate-tabular.svgz \ images/tabular-feature_toggle-line-bottom.svgz \ images/tabular-feature_toggle-line-left.svgz \ @@ -740,7 +742,8 @@ dist_images_DATA = \ images/banner.png \ $(dist_images_DATA1X) \ $(dist_images_DATA2X) \ - $(dist_images_DATA3X) + $(dist_images_DATA3X) \ + images/icon.aliases imagesmathdir = $(imagesdir)/math dist_imagesmath_DATA = \ @@ -2155,9 +2158,9 @@ dist_imagesoxygen_DATA1X = \ images/oxygen/tabular-feature_multicolumn.svgz \ images/oxygen/tabular-feature_multirow.svgz \ images/oxygen/tabular-feature_reset-formal-default.svgz \ - images/oxygen/tabular-feature_set-all-lines.svgz \ - images/oxygen/tabular-feature_set-border-lines.svgz \ - images/oxygen/tabular-feature_set-inner-lines.svgz \ + images/oxygen/tabular-feature_toggle-all-lines.svgz \ + images/oxygen/tabular-feature_toggle-border-lines.svgz \ + images/oxygen/tabular-feature_toggle-inner-lines.svgz \ images/oxygen/tabular-feature_set-longtabular.svgz \ images/oxygen/tabular-feature_toggle-line-bottom.svgz \ images/oxygen/tabular-feature_toggle-line-left.svgz \ @@ -2353,9 +2356,9 @@ dist_imagesclassic_DATA = \ images/classic/tabular-feature_multicolumn.png \ images/classic/tabular-feature_multirow.png \ images/classic/tabular-feature_reset-formal-default.png \ - images/classic/tabular-feature_set-all-lines.png \ - images/classic/tabular-feature_set-border-lines.png \ - images/classic/tabular-feature_set-inner-lines.png \ + images/classic/tabular-feature_toggle-all-lines.png \ + images/classic/tabular-feature_toggle-border-lines.png \ + images/classic/tabular-feature_toggle-inner-lines.png \ images/classic/tabular-feature_set-longtabular.png \ images/classic/tabular-feature_set-rotate-cell.png \ images/classic/tabular-feature_set-rotate-tabular.png \ @@ -2690,6 +2693,7 @@ dist_scripts_DATA += \ scripts/convert_pdf.py \ scripts/convertDefault.py \ scripts/csv2lyx.py \ + scripts/docbook_copy.py \ scripts/ext_copy.py \ scripts/fen2ascii.py \ scripts/fig2pdftex.py \