X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=e70b5cd0e2bf9a6b5d8054740911729c8f3b2058;hb=c5782ff4bbf0129b8ef95c92b33560d67e593024;hp=3e8c406704f91f4aab331e9e2d61f5e44895e941;hpb=08fa62396ba4b3698af00fed18e87ab5e7f50e07;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 3e8c406704..e70b5cd0e2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 \