]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
Squash warnings reported by gcc 4.9
[lyx.git] / lib / Makefile.am
index 66701c17ea1f96fac8a95169fc6b05d40fd6bf05..e70b5cd0e2bf9a6b5d8054740911729c8f3b2058 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
@@ -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 \
@@ -1885,6 +1901,7 @@ dist_kbd_DATA = \
 
 layoutsdir = $(pkgdatadir)/layouts
 dist_layouts_DATA =\
+       layouts/a0poster.layout \
        layouts/aa.layout \
        layouts/aapaper.inc \
        layouts/aapaper.layout \
@@ -1915,6 +1932,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 \
@@ -1957,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 \
@@ -2010,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 \
@@ -2018,6 +2039,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 \
@@ -2087,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
@@ -2129,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 \
@@ -2140,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 \
@@ -2160,6 +2185,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 \