X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=2b4c92e027ab1ef8933261116d71a6e8fffb4a45;hb=0bf26df72be3e8e3dfa08d31abc3c5775e442b26;hp=815e861181789d42e0177df34ae14d2a6cfe4e72;hpb=63b31731e2240e25eb7303d5d20302841ddf1f88;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 815e861181..2b4c92e027 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = doc lyx2lyx CHMOD = chmod dist_pkgdata_DATA = CREDITS chkconfig.ltx \ - external_templates encodings languages symbols syntax.default + external_templates encodings languages symbols syntax.default unicodesymbols # Note that we "chmod 755" manually this file in install-data-hook. dist_pkgdata_PYTHON = configure.py @@ -54,7 +54,27 @@ dist_bind_DATA = \ bind/aqua.bind clipartdir = $(pkgdatadir)/clipart -dist_clipart_DATA = clipart/platypus.eps +dist_clipart_DATA = \ + clipart/BoxInsetDefaultQt4.png \ + clipart/ComentNotaImagenQt4.png \ + clipart/CommentNoteImageQt4.png \ + clipart/CuadroMinipagQt4.png \ + clipart/endnotes.pdf \ + clipart/etiquetaQt4.png \ + clipart/floatQt4.png \ + clipart/flotanteQt4.png \ + clipart/footnoteQt4.png \ + clipart/GreyedOutNoteImageQt4.png \ + clipart/GrisNotaImagenQt4.png \ + clipart/labelQt4.png \ + clipart/LyXNoteImageQt4.png \ + clipart/NotaLyXImagenQt4.png \ + clipart/notapieQt4.png \ + clipart/platypus.eps \ + clipart/referenceQt4.png \ + clipart/referenciaQt4.png \ + clipart/without_fntright.pdf \ + clipart/with_fntright.pdf examplesdir = $(pkgdatadir)/examples dist_examples_DATA = \ @@ -67,6 +87,8 @@ dist_examples_DATA = \ examples/aas_sample.lyx \ examples/amsart-test.lyx \ examples/amsbook-test.lyx \ + examples/beamer-g4.jpg \ + examples/beamer-g4-mask.jpg \ examples/beamer-icsi-logo.pdf \ examples/beamer-knight1-mask.png \ examples/beamer-knight1.png \ @@ -161,13 +183,16 @@ dist_images_DATA = \ images/buffer-close.xpm \ images/buffer-export_dvi.xpm \ images/buffer-export_latex.xpm \ + images/buffer-export_pdf2.xpm \ images/buffer-export_ps.xpm \ images/buffer-export_text.xpm \ images/buffer-new.xpm \ images/buffer-reload.xpm \ images/buffer-update_dvi.xpm \ + images/buffer-update_pdf2.xpm \ images/buffer-update_ps.xpm \ images/buffer-view_dvi.xpm \ + images/buffer-view_pdf2.xpm \ images/buffer-view_ps.xpm \ images/buffer-write-as.xpm \ images/buffer-write.xpm \ @@ -824,6 +849,7 @@ dist_layouts_DATA =\ layouts/amsmaths-seq.inc \ layouts/amsmaths.inc \ layouts/apa.layout \ + layouts/arab-article.layout \ layouts/article.layout \ layouts/beamer.layout \ layouts/book.layout \ @@ -941,9 +967,12 @@ dist_templates_DATA = \ templates/README.new_templates \ templates/aa.lyx \ templates/aastex.lyx \ + templates/beamer-conference-ornate-20min.lyx \ + templates/de_beamer-conference-ornate-20min.lyx \ templates/dinbrief.lyx \ templates/docbook_article.lyx \ templates/elsart.lyx \ + templates/fr_beamer-conference-ornate-20min.lyx \ templates/g-brief-de.lyx \ templates/g-brief-en.lyx \ templates/hollywood.lyx \ @@ -971,8 +1000,8 @@ uidir = $(pkgdatadir)/ui dist_ui_DATA = \ ui/classic.ui \ ui/default.ui \ - ui/stdmenus.ui \ - ui/stdtoolbars.ui + ui/stdmenus.inc \ + ui/stdtoolbars.inc install-data-hook: $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py