]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
#9130 Text in main work area isn't rendered with high resolution
[lyx.git] / lib / Makefile.am
index 6188f87e12ceba0a94cc52466085ad5e2c65d64c..727adf7493fdf65cca2062b7fe568cc59c8cde5c 100644 (file)
@@ -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
@@ -337,6 +339,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 +360,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 +546,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 \
@@ -1180,6 +1194,8 @@ dist_imagesmath_DATA = \
        images/math/smallsetminus.png \
        images/math/smallsmile.png \
        images/math/smash.png \
+       images/math/smashb.png \
+       images/math/smasht.png \
        images/math/smile.png \
        images/math/smiley.png \
        images/math/space.png \
@@ -1628,6 +1644,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 \
@@ -1883,6 +1900,7 @@ dist_kbd_DATA = \
 
 layoutsdir = $(pkgdatadir)/layouts
 dist_layouts_DATA =\
+       layouts/a0poster.layout \
        layouts/aa.layout \
        layouts/aapaper.inc \
        layouts/aapaper.layout \
@@ -1913,6 +1931,7 @@ dist_layouts_DATA =\
        layouts/article-beamer.layout \
        layouts/basic.module \
        layouts/beamer.layout \
+       layouts/beamerposter.layout \
        layouts/bicaption.module \
        layouts/book.layout \
        layouts/braille.module \
@@ -1955,6 +1974,7 @@ 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 \
@@ -2008,6 +2028,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 \
@@ -2016,6 +2037,7 @@ dist_layouts_DATA =\
        layouts/revtex4.layout \
        layouts/revtex4-1.layout \
        layouts/rsphrase.module \
+       layouts/sciposter.layout \
        layouts/scrartcl.layout \
        layouts/scrarticle-beamer.layout \
        layouts/scrbook.layout \
@@ -2023,6 +2045,7 @@ dist_layouts_DATA =\
        layouts/scrlettr.layout \
        layouts/scrlttr2.layout \
        layouts/scrreprt.layout \
+       layouts/sectionbox.module \
        layouts/seminar.layout \
        layouts/shapepar.module \
        layouts/siamltex.layout \
@@ -2059,6 +2082,7 @@ dist_layouts_DATA =\
        layouts/tabs-within-sections.module \
        layouts/tarticle.layout \
        layouts/tbook.layout \
+       layouts/tcolorbox.module \
        layouts/theorems-ams.inc \
        layouts/theorems-ams.module \
        layouts/theorems-ams-bytype.inc \
@@ -2083,6 +2107,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
@@ -2125,6 +2150,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 \
@@ -2136,6 +2162,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 \
@@ -2156,6 +2183,11 @@ 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 \
+       templates/poster-sciposter.lyx \
        templates/README.new_templates \
        templates/RJournal.lyx \
        templates/revtex4.lyx \
@@ -2217,3 +2249,9 @@ install-data-hook:
        for i in $(DESTDIR)$(scriptsdir)/*.py $(DESTDIR)$(scriptsdir)/listerrors ; do \
                $(CHMOD) 755 $$i; \
        done
+
+alltests: check alltests-recursive
+
+alltests-recursive:
+       cd lyx2lyx; $(MAKE) alltests-recursive
+