X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=da5c4881f74a16e9f7ff080158e6f2abadb665d4;hb=91170accdec9cf9a2349832da263c1c5f6a95fae;hp=782763a048f77de2cebb72fee541cb93b35cc1b7;hpb=c90a8e6885fa5ac0e25e65a47915c49995bfb505;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 782763a048..da5c4881f7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -298,9 +298,15 @@ dist_roexamples_DATA = \ ruexamplesdir = $(pkgdatadir)/examples/ru dist_ruexamples_DATA = \ examples/ru/Example_%28LyXified%29.lyx \ - examples/ru/Example_%28raw%29.lyx + examples/ru/Example_%28raw%29.lyx \ examples/ru/Welcome.lyx +ruinsetexamplesdir = $(pkgdatadir)/examples/ru/Graphics_and_Insets +dist_ruinsetexamples_DATA = \ + examples/ru/Graphics_and_Insets/XY-Figure.lyx \ + examples/ru/Graphics_and_Insets/xyfigure.png \ + examples/ru/Graphics_and_Insets/XY-Pic.lyx + slexamplesdir = $(pkgdatadir)/examples/sl dist_slexamples_DATA = \ examples/sl/Example_%28LyXified%29.lyx \ @@ -355,8 +361,7 @@ dist_articleexamples_DATA = \ examples/Articles/Astronomy_%26_Astrophysics.lyx \ examples/Articles/American_Astronomical_Society_%28AASTeX_v._6.2%29.lyx \ examples/Articles/American_Chemical_Society_%28ACS%29.lyx \ - examples/Articles/American_Mathematical_Society_%28AMS%29.lyx \ - examples/Articles/DocBook_Article_%28SGML%29.lyx + examples/Articles/American_Mathematical_Society_%28AMS%29.lyx articlechessexamplesdir = $(pkgdatadir)/examples/Articles/Chess dist_articlechessexamples_DATA = \ @@ -502,6 +507,7 @@ dist_fonts_DATA = \ fonts/cmmi10.ttf \ fonts/cmr10.ttf \ fonts/cmsy10.ttf \ + fonts/dsrom10.ttf \ fonts/esint10.ttf \ fonts/eufm10.ttf \ fonts/msam10.ttf \ @@ -566,6 +572,8 @@ dist_images_DATA1X = \ images/changes-track.svgz \ images/closetab.svgz \ images/tab-group-close.svgz \ + images/command-alternatives_outline-in_depth-increment.svgz \ + images/command-alternatives_outline-out_depth-decrement.svgz \ images/copy.svgz \ images/cut.svgz \ images/depth-decrement.svgz \ @@ -1854,6 +1862,8 @@ dist_imagesoxygen_DATA1X = \ images/oxygen/changes-output.svgz \ images/oxygen/changes-track.svgz \ images/oxygen/closetab.svgz \ + images/oxygen/command-alternatives_outline-in_depth-increment.svgz \ + images/oxygen/command-alternatives_outline-out_depth-decrement.svgz \ images/oxygen/copy.svgz \ images/oxygen/cut.svgz \ images/oxygen/depth-decrement.svgz \ @@ -2061,6 +2071,8 @@ dist_imagesclassic_DATA = \ images/classic/changes-output.png \ images/classic/changes-track.png \ images/classic/tab-group-close.png \ + images/classic/command-alternatives_outline-in_depth-increment.png \ + images/classic/command-alternatives_outline-out_depth-decrement.png \ images/classic/copy.png \ images/classic/cut.png \ images/classic/depth-decrement.png \ @@ -2253,12 +2265,6 @@ dist_layouts_DATA =\ layouts/acmsiggraph-0-92.layout \ layouts/AEA.layout \ layouts/agutex.layout \ - layouts/agu-dtd.layout \ - layouts/agu_stdclass.inc \ - layouts/agu_stdcounters.inc \ - layouts/agu_stdlists.inc \ - layouts/agu_stdsections.inc \ - layouts/agu_stdtitle.inc \ layouts/agums.layout \ layouts/aguplus.inc \ layouts/algorithm2e.module \ @@ -2267,6 +2273,8 @@ dist_layouts_DATA =\ layouts/amsdefs.inc \ layouts/apa.layout \ layouts/apa6.layout \ + layouts/apa7.layout \ + layouts/apax.inc \ layouts/arab-article.layout \ layouts/article.layout \ layouts/article-beamer.layout \ @@ -2288,21 +2296,11 @@ dist_layouts_DATA =\ layouts/ctex-book.layout \ layouts/ctex-report.layout \ layouts/customHeadersFooters.module \ - layouts/db_lyxmacros.inc \ - layouts/db_stdclass.inc \ layouts/db_stdcharstyles.inc \ - layouts/db_stdcounters.inc \ - layouts/db_stdlayouts.inc \ - layouts/db_stdlists.inc \ - layouts/db_stdsections.inc \ - layouts/db_stdstarsections.inc \ - layouts/db_stdstruct.inc \ - layouts/db_stdtitle.inc \ layouts/dinbrief.layout \ layouts/docbook-book.layout \ layouts/docbook-chapter.layout \ layouts/docbook-section.layout \ - layouts/docbook.layout \ layouts/doublecol-new.layout \ layouts/dtk.layout \ layouts/ectaart.layout \ @@ -2533,11 +2531,11 @@ dist_articletemplates_DATA = \ templates/Articles/American_Astronomical_Society_%28AASTeX_v._6.2%29.lyx \ templates/Articles/American_Economic_Association_%28AEA%29.lyx \ templates/Articles/American_Psychological_Association_%28APA%29.lyx \ + templates/Articles/American_Psychological_Association_%28APA%29,_v._7.lyx \ templates/Articles/Association_for_Computing_Machinery_%28ACM%29.lyx \ templates/Articles/Astronomy_%26_Astrophysics.lyx \ templates/Articles/Chinese_Article_%28CTeX%29.lyx \ templates/Articles/Copernicus_Publications_Manuscript_Preparation.lyx \ - templates/Articles/DocBook_Article_%28SGML%29.lyx \ templates/Articles/Econometrica.lyx \ templates/Articles/Elsevier.lyx \ templates/Articles/Hebrew_Article_%28KOMA-Script%29.lyx \ @@ -2762,6 +2760,7 @@ exampleandtemplate_files = \ $(dist_ptexamples_DATA) \ $(dist_roexamples_DATA) \ $(dist_ruexamples_DATA) \ + $(dist_ruinsetexamples_DATA) \ $(dist_scriptexamples_DATA) \ $(dist_scriptstemplates_DATA) \ $(dist_slexamples_DATA) \