X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=aa3debc173bd03720e048f22cfb52c1ae8961434;hb=5d356a862f79551957b3b84a1dd08fa9ffb8faa4;hp=61e74cacd4ef71e1e03ca7048b70ccfc8b0f735c;hpb=4015732fb1d49d206769257ff77cc58a0e6de76b;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 61e74cacd4..aa3debc173 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = doc lyx2lyx CHMOD = chmod -dist_pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx \ +dist_pkgdata_DATA = CREDITS chkconfig.ltx \ external_templates encodings languages symbols syntax.default # Note that we "chmod 755" manually this file in install-data-hook. @@ -203,6 +203,7 @@ dist_images_DATA = \ images/footnote-insert.xpm \ images/index-insert.xpm \ images/label-insert.xpm \ + images/layout.xpm \ images/layout-document.xpm \ images/layout-paragraph.xpm \ images/layout_Description.xpm \ @@ -220,6 +221,7 @@ dist_images_DATA = \ images/math-mode.xpm \ images/math-subscript.xpm \ images/math-superscript.xpm \ + images/nomencl-insert.xpm \ images/note-insert.xpm \ images/note-next.xpm \ images/paste.xpm \ @@ -274,6 +276,7 @@ dist_imagesmath_DATA = \ images/math/Game.xpm \ images/math/Im.xpm \ images/math/Lleftarrow.xpm \ + images/math/Rrightarrow.xpm \ images/math/Lsh.xpm \ images/math/Re.xpm \ images/math/Rsh.xpm \ @@ -377,6 +380,8 @@ dist_imagesmath_DATA = \ images/math/doteq.xpm \ images/math/doteqdot.xpm \ images/math/dotplus.xpm \ + images/math/dotsint.xpm \ + images/math/dotsintop.xpm \ images/math/doublebarwedge.xpm \ images/math/downarrow.xpm \ images/math/downarrow2.xpm \ @@ -426,6 +431,12 @@ dist_imagesmath_DATA = \ images/math/hookrightarrow.xpm \ images/math/hphantom.xpm \ images/math/hslash.xpm \ + images/math/iiiint.xpm \ + images/math/iiiintop.xpm \ + images/math/iiint.xpm \ + images/math/iiintop.xpm \ + images/math/iint.xpm \ + images/math/iintop.xpm \ images/math/imath.xpm \ images/math/in.xpm \ images/math/infty.xpm \ @@ -555,7 +566,13 @@ dist_imagesmath_DATA = \ images/math/nvdash3.xpm \ images/math/nwarrow.xpm \ images/math/odot.xpm \ + images/math/oiint.xpm \ + images/math/oiintop.xpm \ images/math/oint.xpm \ + images/math/ointclockwise.xpm \ + images/math/ointclockwiseop.xpm \ + images/math/ointctrclockwise.xpm \ + images/math/ointctrclockwiseop.xpm \ images/math/ointop.xpm \ images/math/omega.xpm \ images/math/omega2.xpm \ @@ -629,6 +646,10 @@ dist_imagesmath_DATA = \ images/math/sphericalangle.xpm \ images/math/sqcap.xpm \ images/math/sqcup.xpm \ + images/math/sqiint.xpm \ + images/math/sqiintop.xpm \ + images/math/sqint.xpm \ + images/math/sqintop.xpm \ images/math/sqrt.xpm \ images/math/sqsubset.xpm \ images/math/sqsubseteq.xpm \