]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
Do not require esint for \int (bug 9498)
[lyx.git] / lib / Makefile.am
index 984678ae141d78f3e66053c29fd5d22b5bb54b54..f989bb7d66ac4d274521c6adcde2bf680e28b73a 100644 (file)
@@ -4,15 +4,18 @@ 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
 
 # We use DATA now instead of PYTHON because automake 1.11.2 complains.
 # Note that we "chmod 755" manually this file in install-data-hook.
-dist_pkgdata_DATA += configure.py
+dist_pkgdata_DATA += configure.py 
 
 dist_noinst_DATA = \
+       appdata.xml \
        fonts/stmary10.sfd \
        fonts/test/stmary10.lyx \
        images/README \
@@ -85,9 +88,12 @@ dist_deexamples_DATA = \
        examples/de/beispiel_roh.lyx \
        examples/de/Braille.lyx \
        examples/de/Dezimal.lyx \
+       examples/de/europassCV.lyx \
+       examples/de/FeynmanDiagrams.lyx \
        examples/de/ItemizeBullets.lyx \
        examples/de/Lebenslauf.lyx \
        examples/de/linguistics.lyx \
+       examples/de/MultilingualCaptions.lyx \
        examples/de/serienbrief1.lyx \
        examples/de/serienbrief2.lyx \
        examples/de/serienbrief3.lyx \
@@ -132,6 +138,7 @@ dist_frexamples_DATA = \
        examples/fr/Foils.lyx \
        examples/fr/linguistics.lyx \
        examples/fr/ListesPuces.lyx \
+       examples/fr/MultilingualCaptions.lyx \
        examples/fr/seminar.lyx \
        examples/fr/simplecv.lyx \
        examples/fr/splash.lyx \
@@ -169,11 +176,21 @@ jaexamplesdir = $(pkgdatadir)/examples/ja
 dist_jaexamples_DATA = \
        examples/ja/Braille.lyx \
        examples/ja/FeynmanDiagrams.lyx \
+       examples/ja/MultilingualCaptions.lyx \
+       examples/ja/R-S-statements.lyx \
+       examples/ja/beamer.lyx \
+       examples/ja/knitr.lyx \
+       examples/ja/lilypond.lyx \
        examples/ja/linguistics.lyx \
        examples/ja/splash.lyx \
+       examples/ja/sweave.lyx \
        examples/ja/xyfigure.png \
        examples/ja/xypic.lyx
 
+koexamplesdir = $(pkgdatadir)/examples/ko
+dist_koexamples_DATA = \
+       examples/ko/splash.lyx
+
 nlexamplesdir = $(pkgdatadir)/examples/nl
 dist_nlexamples_DATA = \
        examples/nl/opsommingstekens.lyx \
@@ -203,9 +220,21 @@ dist_slexamples_DATA = \
        examples/sl/primer_surov.lyx \
        examples/sl/splash.lyx
 
+skexamplesdir = $(pkgdatadir)/examples/sk
+dist_skexamples_DATA = \
+       examples/sk/splash.lyx
+
+srexamplesdir = $(pkgdatadir)/examples/sr
+dist_srexamples_DATA = \
+       examples/sr/Braille.lyx \
+       examples/sr/splash.lyx
+
+svexamplesdir = $(pkgdatadir)/examples/sv
+dist_svexamples_DATA = \
+       examples/sv/splash.lyx
+
 springerexamplesdir = $(pkgdatadir)/examples/springer
 dist_springerexamples_DATA = \
-       examples/springer/svjour3.lyx \
        examples/springer/svmono_acknow.lyx \
        examples/springer/svmono_acronym.lyx \
        examples/springer/svmono_appendix.lyx \
@@ -215,7 +244,7 @@ dist_springerexamples_DATA = \
        examples/springer/svmono_foreword.lyx \
        examples/springer/svmono_glossary.lyx \
        examples/springer/svmono_part.lyx \
-       examples/springer/svmono_preface.lyx
+       examples/springer/svmono_preface.lyx \
        examples/springer/svmono_referenc.lyx \
        examples/springer/svmono_solutions.lyx \
        examples/springer/svmult_acknow.lyx \
@@ -230,20 +259,7 @@ dist_springerexamples_DATA = \
        examples/springer/svmult_part.lyx \
        examples/springer/svmult_preface.lyx \
        examples/springer/svmult_referenc.lyx
-
-skexamplesdir = $(pkgdatadir)/examples/sk
-dist_skexamples_DATA = \
-       examples/sk/splash.lyx
-
-srexamplesdir = $(pkgdatadir)/examples/sr
-dist_srexamples_DATA = \
-       examples/sr/Braille.lyx \
-       examples/sr/splash.lyx
-
-svexamplesdir = $(pkgdatadir)/examples/sv
-dist_svexamples_DATA = \
-       examples/sv/splash.lyx
-
+       
 thesisexamplesdir = $(pkgdatadir)/examples/thesis
 dist_thesisexamples_DATA = \
        examples/thesis/Acknowledgments.lyx \
@@ -261,14 +277,11 @@ dist_ukexamples_DATA = \
 
 examplesdir = $(pkgdatadir)/examples
 dist_examples_DATA = \
-       examples/ACM-siggraph.lyx \
-       examples/AEA.lyx \
        examples/Braille.lyx \
        examples/CV-image.eps \
        examples/CV-image.png \
        examples/Foils.lyx \
        examples/ItemizeBullets.lyx \
-       examples/JASA.lyx \
        examples/Literate.lyx \
        examples/aa_sample.lyx \
        examples/aas_sample.lyx \
@@ -296,6 +309,7 @@ dist_examples_DATA = \
        examples/chessgame.lyx \
        examples/docbook_article.lyx \
        examples/europeCV.lyx \
+       examples/europassCV.lyx \
        examples/example_lyxified.lyx \
        examples/example_raw.lyx \
        examples/FeynmanDiagrams.lyx \
@@ -313,6 +327,8 @@ dist_examples_DATA = \
        examples/modernCV.lyx \
        examples/MultilingualCaptions.lyx \
        examples/noweb2lyx.lyx \
+       examples/PDF-comment.lyx \
+       examples/PDF-form.lyx \
        examples/powerdot-example.lyx \
        examples/recipebook.lyx \
        examples/R-S-statements.lyx \
@@ -330,6 +346,7 @@ dist_examples_DATA = \
        examples/sweave.lyx \
        examples/tufte-book.lyx \
        examples/tufte-handout.lyx \
+       examples/xyfigure.lyx \
        examples/xyfigure.png \
        examples/xypic.lyx
 
@@ -350,10 +367,9 @@ 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 \
        images/banner.png \
        images/bookmark-goto.png \
        images/bookmark-goto_0.png \
@@ -407,7 +423,6 @@ dist_images_DATA = \
        images/tab-group-close.png \
        images/copy.png \
        images/cut.png \
-       images/demote.png \
        images/depth-decrement.png \
        images/depth-increment.png \
        images/dialog-preferences.png \
@@ -473,12 +488,11 @@ dist_images_DATA = \
        images/nomencl-insert.png \
        images/note-insert.png \
        images/note-next.png \
+       images/outline-down.png \
+       images/outline-in.png \
+       images/outline-out.png \
+       images/outline-up.png \
        images/paste.png \
-       images/promote.png \
-       images/psnfss1.png \
-       images/psnfss2.png \
-       images/psnfss3.png \
-       images/psnfss4.png \
        images/redo.png \
        images/reload.png \
        images/script-insert_subscript.png \
@@ -486,7 +500,6 @@ dist_images_DATA = \
        images/spelling-continuously.png \
        images/view-split_horizontal.png \
        images/view-split_vertical.png \
-       images/standard.png \
        images/tabular-feature_align-decimal.png \
        images/tabular-feature_append-column.png \
        images/tabular-feature_append-row.png \
@@ -498,6 +511,10 @@ dist_images_DATA = \
        images/tabular-feature_m-valign-bottom.png \
        images/tabular-feature_m-valign-middle.png \
        images/tabular-feature_m-valign-top.png \
+       images/tabular-feature_move-column-left.png \
+       images/tabular-feature_move-column-right.png \
+       images/tabular-feature_move-row-down.png \
+       images/tabular-feature_move-row-up.png \
        images/tabular-feature_multicolumn.png \
        images/tabular-feature_multirow.png \
        images/tabular-feature_set-all-lines.png \
@@ -532,8 +549,29 @@ dist_images_DATA = \
        images/vc-revert.png \
        images/view-others.png
 
+dist_images_DATA3X = \
+       ${dist_images_DATA1X:%.png=%.svgz}
+
+# 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 = \
+       images/amssymb.png \
+       images/psnfss1.png \
+       images/psnfss2.png \
+       images/psnfss3.png \
+       images/psnfss4.png \
+       images/standard.png \
+       ${dist_images_DATA1X} \
+       ${dist_images_DATA2X} \
+       ${dist_images_DATA3X}
+
 imagesmathdir = $(imagesdir)/math
-dist_imagesmath_DATA = \
+dist_imagesmath_DATA1X = \
        images/math/AC.png \
        images/math/acute.png \
        images/math/adots.png \
@@ -615,6 +653,7 @@ dist_imagesmath_DATA = \
        images/math/blacktriangledown.png \
        images/math/blacktriangleleft.png \
        images/math/blacktriangleright.png \
+       images/math/boldsymbol.png \
        images/math/bot.png \
        images/math/bowtie.png \
        images/math/bowtie2.png \
@@ -950,12 +989,15 @@ dist_imagesmath_DATA = \
        images/math/mapstochar.png \
        images/math/mapstochar2.png \
        images/math/mars.png \
+       images/math/mathbb.png \
        images/math/mathbb_C.png \
        images/math/mathbb_H.png \
        images/math/mathbb_N.png \
        images/math/mathbb_Q.png \
        images/math/mathbb_R.png \
        images/math/mathbb_Z.png \
+       images/math/mathbf.png \
+       images/math/mathcal.png \
        images/math/mathcal_F.png \
        images/math/mathcal_H.png \
        images/math/mathcal_L.png \
@@ -963,12 +1005,18 @@ dist_imagesmath_DATA = \
        images/math/mathcircumflex.png \
        images/math/mathclap.png \
        images/math/mathdollar.png \
+       images/math/mathfrak.png \
+       images/math/mathit.png \
        images/math/mathllap.png \
        images/math/mathparagraph.png \
+       images/math/mathscr.png \
        images/math/mathsection.png \
        images/math/mathring.png \
        images/math/mathrlap.png \
+       images/math/mathrm.png \
        images/math/mathrm_T.png \
+       images/math/mathsf.png \
+       images/math/mathtt.png \
        images/math/matrix.png \
        images/math/measuredangle.png \
        images/math/mercury.png \
@@ -1169,6 +1217,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 \
@@ -1234,6 +1284,7 @@ dist_imagesmath_DATA = \
        images/math/theta.png \
        images/math/theta2.png \
        images/math/textdegree.png \
+       images/math/textrm.png \
        images/math/thickapprox.png \
        images/math/thicksim.png \
        images/math/thorn.png \
@@ -1370,6 +1421,8 @@ dist_imagesmath_DATA = \
        images/math/xcancel.png \
        images/math/xi.png \
        images/math/xi2.png \
+       images/math/xleftarrow.png \
+       images/math/xrightarrow.png \
        images/math/Ydown.png \
        images/math/yen.png \
        images/math/Yleft.png \
@@ -1377,8 +1430,15 @@ dist_imagesmath_DATA = \
        images/math/Yup.png \
        images/math/zeta.png
 
+dist_imagesmath_DATA2X = \
+       ${dist_imagesmath_DATA1X:%.png=%.svgz}
+
+dist_imagesmath_DATA = \
+       ${dist_imagesmath_DATA1X} \
+       ${dist_imagesmath_DATA2X}
+
 imagesipadir = $(imagesdir)/ipa
-dist_imagesipa_DATA = \
+dist_imagesipa_DATA1X = \
        images/ipa/ipamacro-insert_deco_bottomtiebar.png \
        images/ipa/ipamacro-insert_deco_toptiebar.png \
        images/ipa/ipamacro-insert_tone-falling.png \
@@ -1554,9 +1614,16 @@ dist_imagesipa_DATA = \
        images/ipa/unicode-insert_0xa71b.png \
        images/ipa/unicode-insert_0xa71c.png
 
+dist_imagesipa_DATA2X = \
+       ${dist_imagesipa_DATA1X:%.png=%.svgz}
+
+dist_imagesipa_DATA = \
+       ${dist_imagesipa_DATA1X} \
+       ${dist_imagesipa_DATA2X}
+
 
 imagesoxygendir = $(imagesdir)/oxygen
-dist_imagesoxygen_DATA = \
+dist_imagesoxygen_DATA1X = \
        images/oxygen/all-changes-accept.png \
        images/oxygen/all-changes-reject.png \
        images/oxygen/bookmark-goto.png \
@@ -1651,6 +1718,25 @@ dist_imagesoxygen_DATA = \
        images/oxygen/vc-revert.png \
        images/oxygen/view-others.png
 
+dist_imagesoxygen_DATA2X = \
+       ${dist_imagesoxygen_DATA1X:%.png=%.svgz}
+
+dist_imagesoxygen_DATA = \
+       images/oxygen/iconsize.png \
+       ${dist_imagesoxygen_DATA1X} \
+       ${dist_imagesoxygen_DATA2X}
+
+imagesmathoxygendir = $(imagesdir)/math/oxygen
+dist_imagesmathoxygen_DATA = \
+       images/math/oxygen/cases.svgz \
+       images/math/oxygen/delim.svgz \
+       images/math/oxygen/font.svgz \
+       images/math/oxygen/frac.svgz \
+       images/math/oxygen/frac-square.svgz \
+       images/math/oxygen/functions.svgz \
+       images/math/oxygen/space.svgz \
+       images/math/oxygen/style.svgz
+
 imagesclassicdir = $(imagesdir)/classic
 dist_imagesclassic_DATA = \
        images/classic/all-changes-accept.png  \
@@ -1705,7 +1791,6 @@ dist_imagesclassic_DATA = \
        images/classic/tab-group-close.png  \
        images/classic/copy.png  \
        images/classic/cut.png  \
-       images/classic/demote.png  \
        images/classic/depth-decrement.png  \
        images/classic/depth-increment.png  \
        images/classic/dialog-preferences.png  \
@@ -1769,8 +1854,11 @@ dist_imagesclassic_DATA = \
        images/classic/nomencl-insert.png  \
        images/classic/note-insert.png  \
        images/classic/note-next.png  \
+       images/classic/outline-down.png  \
+       images/classic/outline-in.png  \
+       images/classic/outline-out.png  \
+       images/classic/outline-up.png  \
        images/classic/paste.png  \
-       images/classic/promote.png  \
        images/classic/redo.png  \
        images/classic/reload.png  \
        images/classic/script-insert_subscript.png  \
@@ -1870,6 +1958,7 @@ dist_kbd_DATA = \
 
 layoutsdir = $(pkgdatadir)/layouts
 dist_layouts_DATA =\
+       layouts/a0poster.layout \
        layouts/aa.layout \
        layouts/aapaper.inc \
        layouts/aapaper.layout \
@@ -1880,7 +1969,7 @@ dist_layouts_DATA =\
        layouts/acm-sigs.inc \
        layouts/acmsiggraph.layout \
        layouts/AEA.layout \
-       layouts/AGUTeX.layout \
+       layouts/agutex.layout \
        layouts/agu-dtd.layout \
        layouts/agu_stdclass.inc \
        layouts/agu_stdcounters.inc \
@@ -1889,6 +1978,7 @@ dist_layouts_DATA =\
        layouts/agu_stdtitle.inc \
        layouts/agums.layout \
        layouts/aguplus.inc \
+       layouts/algorithm2e.module \
        layouts/amsart.layout \
        layouts/amsbook.layout \
        layouts/amsdefs.inc \
@@ -1899,6 +1989,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 \
@@ -1934,6 +2025,7 @@ dist_layouts_DATA =\
        layouts/entcs.layout \
        layouts/enumitem.module \
        layouts/eqs-within-sections.module \
+       layouts/europasscv.layout \
        layouts/europecv.layout \
        layouts/extarticle.layout \
        layouts/extbook.layout \
@@ -1941,12 +2033,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 \
@@ -1994,6 +2088,8 @@ dist_layouts_DATA =\
        layouts/numreport.inc \
        layouts/numrevtex.inc \
        layouts/paper.layout \
+       layouts/pdfcomment.module \
+       layouts/pdfform.module \
        layouts/powerdot.layout \
        layouts/RJournal.layout \
        layouts/recipebook.layout \
@@ -2002,6 +2098,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 \
@@ -2009,6 +2106,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 \
@@ -2045,6 +2143,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 \
@@ -2069,6 +2168,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
@@ -2083,6 +2183,7 @@ dist_scripts_DATA = \
 # Note that we "chmod 755" manually these files in install-data-hook.
 dist_scripts_DATA += \
        scripts/clean_dvi.py \
+       scripts/convert_pdf.py \
        scripts/convertDefault.py \
        scripts/csv2lyx.py \
        scripts/date.py \
@@ -2109,9 +2210,11 @@ templatesdir = $(pkgdatadir)/templates
 dist_templates_DATA = \
        templates/aa.lyx \
        templates/aastex.lyx \
+       templates/ACM-siggraph.lyx \
        templates/ACM-sigplan.lyx \
+       templates/ACM-SIGS.lyx \
+       templates/AEA.lyx \
        templates/AGUTeX.lyx \
-       templates/AGU_article.lyx \
        templates/APA.lyx \
        templates/APA6.lyx \
        templates/beamer-conference-ornate-20min.lyx \
@@ -2121,6 +2224,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 \
@@ -2135,17 +2239,28 @@ dist_templates_DATA = \
        templates/IJMPC.lyx \
        templates/IJMPD.lyx \
        templates/IOP-article.lyx \
+       templates/ja_beamer-conference-ornate-20min.lyx \
+       templates/JASA.lyx \
        templates/JSS-article.lyx \
        templates/kluwer.lyx \
        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 \
        templates/revtex4-1.lyx \
        templates/slides.lyx
 
+springertemplatesdir = $(pkgdatadir)/templates/springer
+dist_springertemplates_DATA = \
+       templates/springer/svjour3.lyx
+
 texdir = $(pkgdatadir)/tex
 dist_tex_DATA = \
        tex/broadway.cls \
@@ -2194,6 +2309,12 @@ dist_noinst_DATA += lyx.desktop.in images/lyx.svg images/lyx.png
 
 install-data-hook:
        $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py
-       for i in $(scriptsdir)/*.py $(scriptsdir)/listerrors ; do \
-               $(CHMOD) 755 $(DESTDIR)/$$i; \
+       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
+