X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=e70b5cd0e2bf9a6b5d8054740911729c8f3b2058;hb=3830ce46db8b32003728b792e8b7c8e6c6d55561;hp=7818f10f42890af5b255f91020c401bd5305335a;hpb=52c219ee29bb2de3e9a351fb14d820dda7dd11be;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 7818f10f42..e70b5cd0e2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = doc lyx2lyx CHMOD = chmod +EXTRA_DIST = examples/CMakeLists.txt scripts/CMakeLists.txt + dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \ encodings layouttranslations languages latexfonts symbols syntax.default \ unicodesymbols @@ -320,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 \ @@ -337,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 @@ -357,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 \ @@ -543,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 \ @@ -1630,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 \ @@ -1959,12 +1975,14 @@ dist_layouts_DATA =\ layouts/extreport.layout \ layouts/figs-within-sections.module \ layouts/fixltx2e.module \ + layouts/fixme.module \ layouts/fix-cm.module \ layouts/foils.layout \ layouts/foottoend.module \ 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 \ @@ -2012,6 +2030,7 @@ dist_layouts_DATA =\ layouts/numreport.inc \ layouts/numrevtex.inc \ layouts/paper.layout \ + layouts/pdfcomment.module \ layouts/powerdot.layout \ layouts/RJournal.layout \ layouts/recipebook.layout \ @@ -2090,6 +2109,7 @@ dist_layouts_DATA =\ layouts/theorems-starred.module \ layouts/theorems-std.module \ layouts/theorems-without-preamble.inc \ + layouts/todonotes.module \ layouts/treport.layout \ layouts/tufte-book.layout \ layouts/tufte-handout.layout @@ -2132,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 \ @@ -2143,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 \ @@ -2163,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 \