X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=63ebfba16ab9e5d9f072ac64489ab41089e5a9a8;hb=669acb47c58e1e573d77518c75dbb673af877085;hp=9bb835b7a70cbcabf9d0c2a9b1ba04dd71c9a9dd;hpb=b63421b7dc65e0c721f8928d1330b9bb2cff43d8;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 9bb835b7a7..63ebfba16a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,7 +12,7 @@ dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \ # 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 \ @@ -94,6 +94,7 @@ dist_deexamples_DATA = \ examples/de/Lebenslauf.lyx \ examples/de/linguistics.lyx \ examples/de/MultilingualCaptions.lyx \ + examples/de/PDF-comment.lyx \ examples/de/serienbrief1.lyx \ examples/de/serienbrief2.lyx \ examples/de/serienbrief3.lyx \ @@ -260,7 +261,7 @@ dist_springerexamples_DATA = \ examples/springer/svmult_part.lyx \ examples/springer/svmult_preface.lyx \ examples/springer/svmult_referenc.lyx - + thesisexamplesdir = $(pkgdatadir)/examples/thesis dist_thesisexamples_DATA = \ examples/thesis/Acknowledgments.lyx \ @@ -308,6 +309,7 @@ dist_examples_DATA = \ examples/biblioExample.bib \ examples/chess-article.lyx \ examples/chessgame.lyx \ + examples/colored-boxes.lyx \ examples/docbook_article.lyx \ examples/europeCV.lyx \ examples/europassCV.lyx \ @@ -348,6 +350,7 @@ dist_examples_DATA = \ examples/sweave.lyx \ examples/tufte-book.lyx \ examples/tufte-handout.lyx \ + examples/varwidth-floats-side-by-side.lyx \ examples/xyfigure.lyx \ examples/xyfigure.png \ examples/xypic.lyx @@ -457,6 +460,7 @@ dist_images_DATA1X = \ images/href-insert.png \ images/hidetab.png \ images/index-insert.png \ + images/info-insert.png \ images/info-insert_buffer_vcs-revision.png \ images/label-insert.png \ images/layout.png \ @@ -500,6 +504,11 @@ dist_images_DATA1X = \ images/reload.png \ images/script-insert_subscript.png \ images/script-insert_superscript.png \ + images/specialchar-insert_latex.png \ + images/specialchar-insert_latex2e.png \ + images/specialchar-insert_lyx.png \ + images/specialchar-insert_menu-separator.png \ + images/specialchar-insert_tex.png \ images/spelling-continuously.png \ images/view-split_horizontal.png \ images/view-split_vertical.png \ @@ -1915,7 +1924,7 @@ dist_imagesclassic_DATA = \ images/classic/view-others.png imagescommandsdir = $(imagesdir)/commands -dist_imagescommands_DATA = +dist_imagescommands_DATA = kbddir = $(pkgdatadir)/kbd dist_kbd_DATA = \ @@ -1997,6 +2006,7 @@ dist_layouts_DATA =\ layouts/book.layout \ layouts/braille.module \ layouts/broadway.layout \ + layouts/changebars.module \ layouts/chess.layout \ layouts/cl2emult.layout \ layouts/ctex-article.layout \ @@ -2093,6 +2103,7 @@ dist_layouts_DATA =\ layouts/numreport.inc \ layouts/numrevtex.inc \ layouts/paper.layout \ + layouts/paralist.module \ layouts/pdfcomment.module \ layouts/pdfform.module \ layouts/powerdot.layout \ @@ -2176,7 +2187,8 @@ dist_layouts_DATA =\ layouts/todonotes.module \ layouts/treport.layout \ layouts/tufte-book.layout \ - layouts/tufte-handout.layout + layouts/tufte-handout.layout \ + layouts/varwidth.module scriptsdir = $(pkgdatadir)/scripts dist_scripts_DATA = \ @@ -2308,8 +2320,8 @@ lyx@program_suffix@.desktop: lyx.desktop-temp desktopdir = $(datadir)/applications desktop_DATA = lyx@program_suffix@.desktop -CLEANFILES += lyx@program_suffix@.desktop lyx.desktop-temp \ - lyx@program_suffix@.svg lyx@program_suffix@.png +CLEANFILES = lyx@program_suffix@.desktop lyx.desktop-temp \ + lyx@program_suffix@.svg lyx@program_suffix@.png endif dist_noinst_DATA += lyx.desktop.in images/lyx.svg images/lyx.png