X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=e1679af34fae3b087e8fa59ac7928f9bddd5380a;hb=6af710094efded1434482073675375d0e0a28029;hp=4435b51dc9cbd8152140062af335f7654d013847;hpb=33c966b34bc16916adc452ef8a3b73d0b4b3c4f8;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 4435b51dc9..e1679af34f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,21 +1,37 @@ include $(top_srcdir)/config/common.am -DISTCLEANFILES += texput.log textclass.lst packages.lst lyxrc.defaults - SUBDIRS = doc lyx2lyx -EXTRA_DIST = \ - configure.m4 \ - chkconfig.ltx - CHMOD = chmod -# We cannot use dist_pkgdata_SCRIPTS for configure, since a possible -# version-suffix would get appended to the names. So we use dist_pkgdata_DATA -# and chmod manually in install-data-hook. -dist_pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx configure \ - lyxrc.defaults textclass.lst packages.lst external_templates \ - encodings languages symbols syntax.default +dist_pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx \ + external_templates encodings languages symbols syntax.default + +# Note that we "chmod 755" manually this file in install-data-hook. +dist_pkgdata_PYTHON = configure.py + +dist_noinst_DATA = \ + images/README \ + images/font-smallcaps.xpm \ + images/math/ams_arrows.xbm \ + images/math/ams_misc.xbm \ + images/math/ams_nrel.xbm \ + images/math/ams_ops.xbm \ + images/math/ams_rel.xbm \ + images/math/arrows.xbm \ + images/math/bop.xbm \ + images/math/brel.xbm \ + images/math/deco.xbm \ + images/math/deco.xpm \ + images/math/delim0.xpm \ + images/math/delim1.xpm \ + images/math/delim.xbm \ + images/math/dots.xbm \ + images/math/font.xbm \ + images/math/frac-square.xpm \ + images/math/greek.xbm \ + images/math/misc.xbm \ + images/math/varsz.xbm binddir = $(pkgdatadir)/bind dist_bind_DATA = \ @@ -51,19 +67,34 @@ dist_examples_DATA = \ examples/aas_sample.lyx \ examples/amsart-test.lyx \ examples/amsbook-test.lyx \ + examples/beamer-icsi-logo.pdf \ + examples/beamer-knight1-mask.png \ + examples/beamer-knight1.png \ + examples/beamer-knight2-mask.png \ + examples/beamer-knight2.png \ + examples/beamer-knight3-mask.png \ + examples/beamer-knight3.png \ + examples/beamer-knight4-mask.png \ + examples/beamer-knight4.png \ + examples/beamerlyxexample1.lyx \ examples/ca_splash.lyx \ examples/chess-article.lyx \ examples/chessgame.lyx \ + examples/cs_splash.lyx \ examples/currency.lyx \ examples/cv.lyx \ examples/da_splash.lyx \ + examples/de_ItemizeBullets.lyx \ examples/de_Lebenslauf.lyx \ examples/de_Minipage.lyx \ examples/de_TableExamples.lyx \ examples/de_Waehrungen.lyx \ examples/de_beispiel_gelyxt.lyx \ examples/de_beispiel_roh.lyx \ + examples/de_decimal.lyx \ examples/de_splash.lyx \ + examples/de_mathed.lyx \ + examples/de_multicol.lyx \ examples/decimal.lyx \ examples/docbook_article.lyx \ examples/es_ejemplo_con_lyx.lyx \ @@ -85,6 +116,7 @@ dist_examples_DATA = \ examples/fr_mathed.lyx \ examples/fr_multicol.lyx \ examples/fr_splash.lyx \ + examples/gl_splash.lyx \ examples/he_example_raw.lyx \ examples/he_he_example_lyxified.lyx \ examples/he_he_example_raw.lyx \ @@ -95,7 +127,6 @@ dist_examples_DATA = \ examples/it_ItemizeBullets.lyx \ examples/it_splash.lyx \ examples/landslide.lyx \ - examples/linuxdoc_manpage.lyx \ examples/listerrors.lyx \ examples/mathed.lyx \ examples/multicol.lyx \ @@ -219,6 +250,16 @@ dist_images_DATA = \ imagesmathdir = $(imagesdir)/math dist_imagesmath_DATA = \ + images/math/style.xbm \ + images/math/font.xpm \ + images/math/delim.xpm \ + images/math/equation.xpm \ + images/math/matrix.xpm \ + images/math/space.xpm \ + images/math/sqrt-square.xpm \ + images/math/style.xpm \ + images/math/sub.xpm \ + images/math/super.xpm \ images/math/Bbbk.xpm \ images/math/Finv.xpm \ images/math/Game.xpm \ @@ -374,12 +415,14 @@ dist_imagesmath_DATA = \ images/math/heartsuit.xpm \ images/math/hookleftarrow.xpm \ images/math/hookrightarrow.xpm \ + images/math/hphantom.xpm \ images/math/hslash.xpm \ images/math/imath.xpm \ images/math/in.xpm \ images/math/infty.xpm \ images/math/int.xpm \ images/math/intercal.xpm \ + images/math/intop.xpm \ images/math/iota.xpm \ images/math/jmath.xpm \ images/math/kappa.xpm \ @@ -504,6 +547,7 @@ dist_imagesmath_DATA = \ images/math/nwarrow.xpm \ images/math/odot.xpm \ images/math/oint.xpm \ + images/math/ointop.xpm \ images/math/omega.xpm \ images/math/omega2.xpm \ images/math/ominus.xpm \ @@ -515,9 +559,11 @@ dist_imagesmath_DATA = \ images/math/overleftrightarrow.xpm \ images/math/overline.xpm \ images/math/overrightarrow.xpm \ + images/math/overset.xpm \ images/math/parallel.xpm \ images/math/partial.xpm \ images/math/perp.xpm \ + images/math/phantom.xpm \ images/math/phi.xpm \ images/math/phi2.xpm \ images/math/pi.xpm \ @@ -630,6 +676,7 @@ dist_imagesmath_DATA = \ images/math/underline.xpm \ images/math/underrightarrow.xpm \ images/math/underscore.xpm \ + images/math/underset.xpm \ images/math/uparrow.xpm \ images/math/uparrow2.xpm \ images/math/updownarrow.xpm \ @@ -663,6 +710,7 @@ dist_imagesmath_DATA = \ images/math/vec.xpm \ images/math/vee.xpm \ images/math/veebar.xpm \ + images/math/vphantom.xpm \ images/math/wedge.xpm \ images/math/widehat.xpm \ images/math/widetilde.xpm \ @@ -745,6 +793,7 @@ dist_layouts_DATA =\ layouts/amsmaths.inc \ layouts/apa.layout \ layouts/article.layout \ + layouts/beamer.layout \ layouts/book.layout \ layouts/broadway.layout \ layouts/chess.layout \ @@ -779,12 +828,12 @@ dist_layouts_DATA =\ layouts/heb-article.layout \ layouts/heb-letter.layout \ layouts/hollywood.layout \ + layouts/ijmpc.layout \ layouts/ijmpd.layout \ layouts/jgrga.layout \ layouts/kluwer.layout \ layouts/latex8.layout \ layouts/letter.layout \ - layouts/linuxdoc.layout \ layouts/literate-article.layout \ layouts/literate-book.layout \ layouts/literate-report.layout \ @@ -838,16 +887,16 @@ dist_layouts_DATA =\ layouts/svglobal.layout scriptsdir = $(pkgdatadir)/scripts -# We cannot use dist_scripts_SCRIPTS, since a possible version-suffix would -# get appended to the names. So we use dist_scripts_DATA and chmod manually -# in install-data-hook. -dist_scripts_DATA = \ - scripts/TeXFiles.sh \ - scripts/convertDefault.sh \ +# Note that we "chmod 755" manually these files in install-data-hook. +dist_scripts_PYTHON = \ + scripts/TeXFiles.py \ + scripts/clean_dvi.py \ + scripts/convertDefault.py \ scripts/fen2ascii.py \ - scripts/fig2pdftex.sh \ - scripts/fig2pstex.sh \ - scripts/fig_copy.sh \ + scripts/fig2pdftex.py \ + scripts/fig2pstex.py \ + scripts/fig_copy.py \ + scripts/layout2layout.py \ scripts/legacy_lyxpreview2ppm.py \ scripts/listerrors \ scripts/lyxpreview2bitmap.py \ @@ -870,10 +919,10 @@ dist_templates_DATA = \ templates/koma-letter2.lyx \ templates/latex8.lyx \ templates/letter.lyx \ - templates/linuxdoc_article.lyx \ templates/revtex.lyx \ templates/revtex4.lyx \ templates/slides.lyx \ + templates/ijmpc.lyx \ templates/ijmpd.lyx \ templates/agu_article.lyx @@ -893,15 +942,8 @@ dist_ui_DATA = \ ui/stdmenus.ui \ ui/stdtoolbars.ui -$(srcdir)/configure: $(srcdir)/configure.m4 - $(M4) $< > $@ - $(CHMOD) 755 $@ - -lyxrc.defaults: $(srcdir)/configure - $(SHELL) $< - install-data-hook: - $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure - for i in $(dist_scripts_DATA); do \ + $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py + for i in $(dist_scripts_PYTHON); do \ $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \ done