X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=e70b5cd0e2bf9a6b5d8054740911729c8f3b2058;hb=3830ce46db8b32003728b792e8b7c8e6c6d55561;hp=32b51334c0414fb8b51965d132e253ee0760b7bc;hpb=6c7b5b12c7ae748cbdb8d25899033e2c76e23c68;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 32b51334c0..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 \ @@ -339,6 +340,7 @@ dist_examples_DATA = \ examples/sweave.lyx \ examples/tufte-book.lyx \ examples/tufte-handout.lyx \ + examples/xyfigure.lyx \ examples/xyfigure.png \ examples/xypic.lyx @@ -359,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 \ @@ -545,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 \ @@ -1632,6 +1645,7 @@ dist_imagesoxygen_DATA = \ images/oxygen/font-emph.png \ images/oxygen/font-noun.png \ images/oxygen/footnote-insert.png \ + images/oxygen/iconsize.png \ images/oxygen/href-insert.png \ images/oxygen/index-insert.png \ images/oxygen/label-insert.png \ @@ -1968,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 \ @@ -2137,6 +2152,7 @@ dist_templates_DATA = \ templates/aastex.lyx \ templates/ACM-siggraph.lyx \ templates/ACM-sigplan.lyx \ + templates/ACM-SIGS.lyx \ templates/AEA.lyx \ templates/AGUTeX.lyx \ templates/APA.lyx \ @@ -2148,6 +2164,7 @@ dist_templates_DATA = \ templates/DocBook_article.lyx \ templates/ectaart.lyx \ templates/elsarticle.lyx \ + templates/EPS-cropped.lyx \ templates/es_beamer-conference-ornate-20min.lyx \ templates/fr_beamer-conference-ornate-20min.lyx \ templates/frletter.lyx \ @@ -2168,6 +2185,7 @@ dist_templates_DATA = \ templates/koma-letter2.lyx \ templates/letter.lyx \ templates/lettre.lyx \ + templates/PDF-cropped.lyx \ templates/poster-a0poster-colored.lyx \ templates/poster-a0poster-simple.lyx \ templates/poster-beamerposter.lyx \