X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=8824d0fdc9befd42b64658dc1c3a474328a63b90;hb=ed71ed4fab36b3fc727ae320a607328327b307a5;hp=e1679af34fae3b087e8fa59ac7928f9bddd5380a;hpb=6af710094efded1434482073675375d0e0a28029;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index e1679af34f..8824d0fdc9 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. @@ -149,6 +149,8 @@ dist_examples_DATA = \ imagesdir = $(pkgdatadir)/images dist_images_DATA = \ + images/all-changes-accept.xpm \ + images/all-changes-reject.xpm \ images/amssymb.xpm \ images/banner.ppm \ images/bookmark-goto.xpm \ @@ -168,6 +170,12 @@ dist_images_DATA = \ images/buffer-write-as.xpm \ images/buffer-write.xpm \ images/build-program.xpm \ + images/change-accept.xpm \ + images/change-next.xpm \ + images/change-reject.xpm \ + images/changes-merge.xpm \ + images/changes-output.xpm \ + images/changes-track.xpm \ images/copy.xpm \ images/cut.xpm \ images/depth-decrement.xpm \ @@ -195,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 \ @@ -212,7 +221,9 @@ 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 \ images/psnfss1.xpm \ images/psnfss2.xpm \ @@ -368,6 +379,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 \ @@ -417,6 +430,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 \ @@ -546,7 +565,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 \ @@ -620,6 +645,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 \