]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
Fix pasting insets into math (bug #9302)
[lyx.git] / lib / Makefile.am
index 3e8c406704f91f4aab331e9e2d61f5e44895e941..e70b5cd0e2bf9a6b5d8054740911729c8f3b2058 100644 (file)
@@ -322,6 +322,7 @@ dist_examples_DATA = \
        examples/modernCV.lyx \
        examples/MultilingualCaptions.lyx \
        examples/noweb2lyx.lyx \
+       examples/PDF-comment.lyx \
        examples/powerdot-example.lyx \
        examples/recipebook.lyx \
        examples/R-S-statements.lyx \
@@ -360,7 +361,7 @@ dist_fonts_DATA = \
        fonts/wasy10.ttf
 
 imagesdir = $(pkgdatadir)/images
-dist_images_DATA = \
+dist_images_DATA1X = \
        images/all-changes-accept.png \
        images/all-changes-reject.png \
        images/amssymb.png \
@@ -546,6 +547,17 @@ dist_images_DATA = \
        images/vc-revert.png \
        images/view-others.png
 
+# possible shortcut for complete set of 2x sized icons
+#dist_images_DATA2X = \
+#      ${dist_images_DATA1X:%.png=%@2x.png}
+
+dist_images_DATA2X = \
+       images/banner@2x.png
+
+dist_images_DATA = \
+       ${dist_images_DATA1X} \
+       ${dist_images_DATA2X}
+
 imagesmathdir = $(imagesdir)/math
 dist_imagesmath_DATA = \
        images/math/AC.png \
@@ -1970,6 +1982,7 @@ dist_layouts_DATA =\
        layouts/frletter.layout \
        layouts/g-brief.layout \
        layouts/g-brief2.layout \
+       layouts/graphicboxes.module \
        layouts/hanging.module \
        layouts/heb-article.layout \
        layouts/heb-letter.layout \