]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
InsetCommand.h: revert my last commit - makes it worse than it helps as quick workaround
[lyx.git] / lib / Makefile.am
index a63711fc846c8fe66bdf82f6c4b0197533adf013..6b936977d65a07fd2b74ce29f1d031c433bea475 100644 (file)
@@ -99,6 +99,10 @@ dist_deexamples_DATA = \
        examples/de/splash.lyx \
        examples/de/tufte-handout.lyx
 
+elexamplesdir = $(pkgdatadir)/examples/el
+dist_elexamples_DATA = \
+       examples/el/splash.lyx
+
 esexamplesdir = $(pkgdatadir)/examples/es
 dist_esexamples_DATA = \
        examples/es/beamer-conference-ornate20min.lyx \
@@ -169,7 +173,11 @@ dist_itexamples_DATA = \
 jaexamplesdir = $(pkgdatadir)/examples/ja
 dist_jaexamples_DATA = \
        examples/ja/Braille.lyx \
-       examples/ja/splash.lyx
+       examples/ja/linguistics.lyx \
+       examples/ja/multicol.lyx \
+       examples/ja/splash.lyx \
+       examples/ja/xyfigure.png \
+       examples/ja/xypic.lyx
 
 nlexamplesdir = $(pkgdatadir)/examples/nl
 dist_nlexamples_DATA = \
@@ -243,10 +251,13 @@ dist_examples_DATA = \
        examples/europeCV.lyx \
        examples/example_lyxified.lyx \
        examples/example_raw.lyx \
+       examples/FeynmanDiagrams.lyx \
        examples/iecc05.fen \
        examples/iecc07.fen \
        examples/iecc12.fen \
+       examples/instant_preview.lyx \
        examples/landslide.lyx \
+       examples/lilypond.lyx \
        examples/linguistics.lyx \
        examples/listerrors.lyx \
        examples/modernCV.lyx \
@@ -279,6 +290,7 @@ dist_fonts_DATA = \
        fonts/msam10.ttf \
        fonts/msbm10.ttf \
        fonts/ReadmeBaKoMa4LyX.txt \
+       fonts/rsfs10.ttf \
        fonts/wasy10.ttf
 
 imagesdir = $(pkgdatadir)/images
@@ -304,6 +316,7 @@ dist_images_DATA = \
        images/buffer-export_text.png \
        images/buffer-new.png \
        images/buffer-reload.png \
+       images/buffer-toggle-output-sync.png \
        images/buffer-update.png \
        images/buffer-update_dvi.png \
        images/buffer-update_pdf.png \
@@ -362,6 +375,7 @@ dist_images_DATA = \
        images/href-insert.png \
        images/hidetab.png \
        images/index-insert.png \
+       images/info-insert_buffer_vcs-revision.png \
        images/label-insert.png \
        images/layout.png \
        images/layout-document.png \
@@ -443,6 +457,8 @@ dist_images_DATA = \
        images/url-insert.png \
        images/vc-check-in.png \
        images/vc-check-out.png \
+       images/vc-compare.png \
+       images/vc-compare_0.png \
        images/vc-locking-toggle.png \
        images/vc-register.png \
        images/vc-repo-update.png \
@@ -1008,6 +1024,8 @@ dist_layouts_DATA =\
        layouts/aastex.layout \
        layouts/achemso.layout \
        layouts/acmsiggraph.layout \
+       layouts/AEA.layout \
+       layouts/agutex.layout \
        layouts/agu-dtd.layout \
        layouts/agu_stdclass.inc \
        layouts/agu_stdcounters.inc \
@@ -1030,6 +1048,7 @@ dist_layouts_DATA =\
        layouts/broadway.layout \
        layouts/chess.layout \
        layouts/cl2emult.layout \
+       layouts/customHeadersFooters.module \
        layouts/db_lyxmacros.inc \
        layouts/db_stdclass.inc \
        layouts/db_stdcharstyles.inc \
@@ -1047,6 +1066,7 @@ dist_layouts_DATA =\
        layouts/docbook.layout \
        layouts/doublecol-new.layout \
        layouts/dtk.layout \
+       layouts/ectaart.layout \
        layouts/egs.layout \
        layouts/elsart.layout \
        layouts/elsarticle.layout \
@@ -1061,6 +1081,7 @@ dist_layouts_DATA =\
        layouts/figs-within-sections.module \
        layouts/foils.layout \
        layouts/foottoend.module \
+       layouts/frletter.layout \
        layouts/g-brief.layout \
        layouts/g-brief2.layout \
        layouts/hanging.module \
@@ -1083,6 +1104,8 @@ dist_layouts_DATA =\
        layouts/kluwer.layout \
        layouts/latex8.layout \
        layouts/letter.layout \
+       layouts/lettre.layout \
+       layouts/lilypond.module \
        layouts/linguistics.module \
        layouts/literate-article.layout \
        layouts/literate-book.layout \
@@ -1123,6 +1146,7 @@ dist_layouts_DATA =\
        layouts/singlecol-new.layout \
        layouts/slides.layout \
        layouts/spie.layout \
+       layouts/stdciteformats.inc \
        layouts/stdclass.inc \
        layouts/stdcharstyles.inc \
        layouts/stdcounters.inc \
@@ -1132,6 +1156,7 @@ dist_layouts_DATA =\
        layouts/stdlayouts.inc \
        layouts/stdletter.inc \
        layouts/stdlists.inc \
+       layouts/stdrefprefix.inc \
        layouts/stdsections.inc \
        layouts/stdstarsections.inc \
        layouts/stdstruct.inc \
@@ -1162,6 +1187,7 @@ dist_layouts_DATA =\
        layouts/theorems-order.inc \
        layouts/theorems-proof.inc \
        layouts/theorems-proof-std.inc \
+       layouts/theorems-refprefix.inc \
        layouts/theorems-sec.module \
        layouts/theorems-starred-equivalents.inc \
        layouts/theorems-starred.inc \
@@ -1174,10 +1200,10 @@ dist_layouts_DATA =\
 scriptsdir = $(pkgdatadir)/scripts
 # Note that we "chmod 755" manually these files in install-data-hook.
 dist_scripts_PYTHON = \
-       scripts/TeXFiles.py \
+       scripts/bash_completion \
        scripts/clean_dvi.py \
-       scripts/csv2lyx.py \
        scripts/convertDefault.py \
+       scripts/csv2lyx.py \
        scripts/date.py \
        scripts/ext_copy.py \
        scripts/fen2ascii.py \
@@ -1188,9 +1214,15 @@ dist_scripts_PYTHON = \
        scripts/legacy_lyxpreview2ppm.py \
        scripts/listerrors \
        scripts/lyxpreview2bitmap.py \
+       scripts/lyxpreview-lytex2bitmap.py \
        scripts/lyxpreview-platex2bitmap.py \
        scripts/lyxpreview_tools.py \
-       scripts/tex_copy.py
+       scripts/lyxsweave.R \
+       scripts/prefs2prefs.py \
+       scripts/prefs2prefs_lfuns.py \
+       scripts/prefs2prefs_prefs.py \
+       scripts/tex_copy.py \
+       scripts/TeXFiles.py
 
 templatesdir = $(pkgdatadir)/templates
 dist_templates_DATA = \
@@ -1198,14 +1230,19 @@ dist_templates_DATA = \
        templates/aastex.lyx \
        templates/ACM-siggraph.lyx \
        templates/ACM-sigplan.lyx \
+       templates/AEA.lyx \
+       templates/agutex.lyx \
        templates/agu_article.lyx \
        templates/apa.lyx \
        templates/beamer-conference-ornate-20min.lyx \
        templates/de_beamer-conference-ornate-20min.lyx \
        templates/dinbrief.lyx \
        templates/docbook_article.lyx \
+       templates/ectaart.lyx \
        templates/elsarticle.lyx \
+       templates/es_beamer-conference-ornate-20min.lyx \
        templates/fr_beamer-conference-ornate-20min.lyx \
+       templates/frletter.lyx \
        templates/g-brief2.lyx \
        templates/g-brief-de.lyx \
        templates/g-brief-en.lyx \
@@ -1219,6 +1256,7 @@ dist_templates_DATA = \
        templates/koma-letter2.lyx \
        templates/latex8.lyx \
        templates/letter.lyx \
+       templates/lettre.lyx \
        templates/README.new_templates \
        templates/revtex.lyx \
        templates/revtex4.lyx \
@@ -1229,6 +1267,17 @@ dist_templates_DATA = \
        templates/svmult_author.lyx \
        templates/svmult_editor.lyx
 
+thesistemplatesdir = $(pkgdatadir)/templates/thesis
+dist_thesistemplates_DATA = \
+       templates/thesis/Acknowledgments.lyx \
+       templates/thesis/alpha.bst \
+       templates/thesis/Appendix.lyx \
+       templates/thesis/chapter-1.lyx \
+       templates/thesis/chapter-2.lyx \
+       templates/thesis/Summary.lyx \
+       templates/thesis/thesis.lyx \
+       templates/thesis/thesisExample.bib
+
 texdir = $(pkgdatadir)/tex
 dist_tex_DATA = \
        tex/broadway.cls \