X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=90935c3fe66235a05fe2a4af99c3b535b1aea8c0;hb=5464189898f9e880a265bfabbd9b1381c7a4e62f;hp=1119f55e49c6eb9fd41f19e1953626bcf629bb5b;hpb=187790135b73e3e99a43e53f8c6494d119e94e98;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 1119f55e49..90935c3fe6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,11 +5,14 @@ SUBDIRS = doc lyx2lyx CHMOD = chmod dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \ - encodings layouttranslations languages symbols syntax.default \ + encodings layouttranslations languages latexfonts symbols syntax.default \ unicodesymbols +nodist_pkgdata_DATA = installed_translations + +# 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_PYTHON = configure.py +dist_pkgdata_DATA += configure.py dist_noinst_DATA = \ images/README \ @@ -98,8 +101,10 @@ dist_esexamples_DATA = \ examples/es/Braille.lyx \ examples/es/ejemplo_con_lyx.lyx \ examples/es/ejemplo_sin_lyx.lyx \ + examples/es/europeCV.lyx \ examples/es/ItemizeBullets.lyx \ examples/es/linguistics.lyx \ + examples/es/modernCV.lyx \ examples/es/splash.lyx \ examples/es/tufte-book.lyx \ examples/es/tufte-handout.lyx @@ -252,6 +257,7 @@ dist_examples_DATA = \ examples/iecc07.fen \ examples/iecc12.fen \ examples/instant_preview.lyx \ + examples/knitr.lyx \ examples/landslide.lyx \ examples/lilypond.lyx \ examples/linguistics.lyx \ @@ -498,6 +504,7 @@ dist_imagesmath_DATA = \ images/math/bars.png \ images/math/barwedge.png \ images/math/Bbbk.png \ + images/math/bcancel.png \ images/math/because.png \ images/math/beta.png \ images/math/beth.png \ @@ -531,6 +538,8 @@ dist_imagesmath_DATA = \ images/math/bullet.png \ images/math/bumpeq.png \ images/math/bumpeq2.png \ + images/math/cancel.png \ + images/math/cancelto.png \ images/math/cap.png \ images/math/cap2.png \ images/math/cases.png \ @@ -986,6 +995,7 @@ dist_imagesmath_DATA = \ images/math/widetilde.png \ images/math/wp.png \ images/math/wr.png \ + images/math/xcancel.png \ images/math/xi.png \ images/math/xi2.png \ images/math/zeta.png @@ -1325,9 +1335,9 @@ dist_layouts_DATA =\ layouts/amsdefs.inc \ layouts/apa.layout \ layouts/arab-article.layout \ - layouts/armenian-article.layout \ layouts/article.layout \ layouts/article-beamer.layout \ + layouts/basic.module \ layouts/beamer.layout \ layouts/bicaption.module \ layouts/book.layout \ @@ -1395,7 +1405,9 @@ dist_layouts_DATA =\ layouts/jsarticle.layout \ layouts/jsbook.layout \ layouts/jss.layout \ + layouts/jurabib.module \ layouts/kluwer.layout \ + layouts/knitr.module \ layouts/latex8.layout \ layouts/letter.layout \ layouts/lettre.layout \ @@ -1416,6 +1428,7 @@ dist_layouts_DATA =\ layouts/mwart.layout \ layouts/mwbk.layout \ layouts/mwrep.layout \ + layouts/natbib.module \ layouts/noweb.module \ layouts/numarticle.inc \ layouts/numreport.inc \ @@ -1501,10 +1514,12 @@ dist_layouts_DATA =\ scriptsdir = $(pkgdatadir)/scripts dist_scripts_DATA = \ scripts/bash_completion \ + scripts/lyxknitr.R \ scripts/lyxstangle.R \ scripts/lyxsweave.R +# We use DATA now instead of PYTHON because automake 1.11.2 complains. # Note that we "chmod 755" manually these files in install-data-hook. -dist_scripts_PYTHON = \ +dist_scripts_DATA += \ scripts/clean_dvi.py \ scripts/convertDefault.py \ scripts/csv2lyx.py \ @@ -1517,7 +1532,6 @@ dist_scripts_PYTHON = \ scripts/include_bib.py \ scripts/layout2layout.py \ scripts/legacy_lyxpreview2ppm.py \ - scripts/libreoffice2eps.py \ scripts/listerrors \ scripts/lyxpak.py \ scripts/lyxpreview2bitmap.py \ @@ -1654,6 +1668,6 @@ dist_noinst_DATA += lyx.desktop.in images/lyx.svg images/lyx.png install-data-hook: $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py - for i in $(dist_scripts_PYTHON); do \ - $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \ + for i in $(scriptsdir)/*.py $(scriptsdir)/listerrors ; do \ + $(CHMOD) 755 $(DESTDIR)/$$i; \ done