commit 08fa62396ba4b3698af00fed18e87ab5e7f50e07
Author: Kornel Benko <[email protected]>
Date:   Sun Aug 31 15:23:28 2014 +0200

    Add some missing files to autoconf's dist

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 32b5133..3e8c406 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -339,6 +339,7 @@ dist_examples_DATA = \
        examples/sweave.lyx \
        examples/tufte-book.lyx \
        examples/tufte-handout.lyx \
+       examples/xyfigure.lyx \
        examples/xyfigure.png \
        examples/xypic.lyx
 
@@ -1632,6 +1633,7 @@ dist_imagesoxygen_DATA = \
        images/oxygen/font-emph.png \
        images/oxygen/font-noun.png \
        images/oxygen/footnote-insert.png \
+       images/oxygen/iconsize.png \
        images/oxygen/href-insert.png \
        images/oxygen/index-insert.png \
        images/oxygen/label-insert.png \
@@ -2137,6 +2139,7 @@ dist_templates_DATA = \
        templates/aastex.lyx \
        templates/ACM-siggraph.lyx \
        templates/ACM-sigplan.lyx \
+       templates/ACM-SIGS.lyx \
        templates/AEA.lyx \
        templates/AGUTeX.lyx \
        templates/APA.lyx \
@@ -2148,6 +2151,7 @@ dist_templates_DATA = \
        templates/DocBook_article.lyx \
        templates/ectaart.lyx \
        templates/elsarticle.lyx \
+       templates/EPS-cropped.lyx \
        templates/es_beamer-conference-ornate-20min.lyx \
        templates/fr_beamer-conference-ornate-20min.lyx \
        templates/frletter.lyx \
@@ -2168,6 +2172,7 @@ dist_templates_DATA = \
        templates/koma-letter2.lyx \
        templates/letter.lyx \
        templates/lettre.lyx \
+       templates/PDF-cropped.lyx \
        templates/poster-a0poster-colored.lyx \
        templates/poster-a0poster-simple.lyx \
        templates/poster-beamerposter.lyx \
diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am
index 810e693..d1e4ffe 100644
--- a/src/tex2lyx/Makefile.am
+++ b/src/tex2lyx/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
 TEST_FILES = \
        test/runtests.cmake \
        test/runtests.py \
+       test/algo2e.tex \
        test/box-color-size-space-align.tex \
        test/CJK.tex \
        test/CJKutf8.tex \
@@ -42,6 +43,7 @@ TEST_FILES = \
        test/xfigtest.pstex_t
 
 TEST_RESULTS = \
+       test/algo2e.lyx.lyx \
        test/box-color-size-space-align.lyx.lyx \
        test/CJK.lyx.lyx \
        test/CJKutf8.lyx.lyx \

Reply via email to