X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=e70b5cd0e2bf9a6b5d8054740911729c8f3b2058;hb=c5782ff4bbf0129b8ef95c92b33560d67e593024;hp=35f77464038d634c505dcfb032c8bb054062dc23;hpb=3471874ed09c8b78addb9a5df260379014cab52b;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 35f7746403..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 @@ -13,6 +15,7 @@ dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \ dist_pkgdata_DATA += configure.py dist_noinst_DATA = \ + appdata.xml \ fonts/stmary10.sfd \ fonts/test/stmary10.lyx \ images/README \ @@ -169,11 +172,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 +216,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 +240,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 +255,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 +273,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 \ @@ -313,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 \ @@ -330,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 @@ -350,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 \ @@ -498,6 +509,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,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 \ @@ -1169,6 +1195,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 \ @@ -1370,6 +1398,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 \ @@ -1615,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 \ @@ -1870,6 +1901,7 @@ dist_kbd_DATA = \ layoutsdir = $(pkgdatadir)/layouts dist_layouts_DATA =\ + layouts/a0poster.layout \ layouts/aa.layout \ layouts/aapaper.inc \ layouts/aapaper.layout \ @@ -1889,6 +1921,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 +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 \ @@ -1941,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 \ @@ -1994,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 \ @@ -2002,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 \ @@ -2009,6 +2047,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 +2084,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 +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 @@ -2109,9 +2150,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 +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 \ @@ -2135,17 +2179,27 @@ dist_templates_DATA = \ templates/IJMPC.lyx \ templates/IJMPD.lyx \ templates/IOP-article.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 +2248,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 +