]> git.lyx.org Git - features.git/commitdiff
Add some missing files to autoconf's dist
authorKornel Benko <kornel@lyx.org>
Sun, 31 Aug 2014 13:23:28 +0000 (15:23 +0200)
committerKornel Benko <kornel@lyx.org>
Sun, 31 Aug 2014 13:23:28 +0000 (15:23 +0200)
lib/Makefile.am
src/tex2lyx/Makefile.am

index 32b51334c0414fb8b51965d132e253ee0760b7bc..3e8c406704f91f4aab331e9e2d61f5e44895e941 100644 (file)
@@ -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 \
index 810e693b26e00ea6b4d840e11a5dbfe4b77405a0..d1e4ffe20e75542839f6487c93c720030d52bce9 100644 (file)
@@ -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 \