From 08fa62396ba4b3698af00fed18e87ab5e7f50e07 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 31 Aug 2014 15:23:28 +0200 Subject: [PATCH] Add some missing files to autoconf's dist --- lib/Makefile.am | 5 +++++ src/tex2lyx/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 32b51334c0..3e8c406704 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 810e693b26..d1e4ffe20e 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 \ -- 2.39.2