X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=cb6c8e642c328e50ac55e2413682b26ac02f6c2b;hb=1cabb18ff7cb102d4036515ee5e487c193d2293f;hp=fd3ad852ecd49fa24e4cf3d3ca73d0f5834d2bd3;hpb=5a02c19bb1384e81de3df96875f9be17d818d7e6;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index fd3ad852ec..cb6c8e642c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -680,6 +680,7 @@ dist_images_DATA1X = \ images/tabular-feature_move-row-up.svgz \ 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_set-longtabular.svgz \ images/tabular-feature_set-rotate-cell.svgz \ @@ -1962,6 +1963,7 @@ dist_imagesoxygen_DATA1X = \ images/oxygen/tabular-feature_move-row-up.svgz \ 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 \ @@ -2160,6 +2162,7 @@ dist_imagesclassic_DATA = \ images/classic/tabular-feature_m-valign-top.png \ 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 \ @@ -2639,9 +2642,12 @@ dist_ui_DATA = \ tabletemplatesdir = $(pkgdatadir)/tabletemplates dist_tabletemplates_DATA = \ - tabletemplates/Formal.lyx \ - tabletemplates/Formal_1x1.lyx \ - tabletemplates/Formal_1x2.lyx \ + tabletemplates/Formal_with_Footline.lyx \ + tabletemplates/Formal_with_Footline_1x1.lyx \ + tabletemplates/Formal_with_Footline_1x2.lyx \ + tabletemplates/Formal_without_Footline.lyx \ + tabletemplates/Formal_without_Footline_1x1.lyx \ + tabletemplates/Formal_without_Footline_1x2.lyx \ tabletemplates/Grid_with_Head.lyx \ tabletemplates/Grid_with_Head_1x1.lyx \ tabletemplates/Grid_with_Head_1x2.lyx \