commit 42b643e6fe50171a6fc474761d52683b2d5e4c18
Author: Pavel Sanda <sa...@lyx.org>
Date:   Mon Mar 25 10:44:29 2019 +0100

    Toward again working make distcheck.
    
    Not there yet.
    Introducing examples/templates into the Rules-lyx hall of fame
    make those dirs more sensitive to build stuff.
    
    Something still broken in examples/Articles, not sure what,
    maybe filename length, running out of time now.
---
 lib/Makefile.am |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index de8bd23..d5ec434 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = doc lyx2lyx
 
 CHMOD = chmod
 
-EXTRA_DIST = examples/CMakeLists.txt scripts/CMakeLists.txt
+EXTRA_DIST = examples/CMakeLists.txt scripts/CMakeLists.txt 
examples/README.new_examples
 
 dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx \
        encodings layouttranslations languages latexfonts RELEASE-NOTES \
@@ -200,7 +200,8 @@ dist_frpresentationexamples_DATA = \
        examples/fr/Presentations/Beamer_Article_%28Standard_Class%29.lyx \
        examples/fr/Presentations/Foils.lyx \
        examples/fr/Presentations/Powerdot.lyx \
-       examples/fr/Presentations/Seminar.lyx
+       examples/fr/Presentations/Seminar.lyx \
+       examples/fr/Presentations/Braille.lyx
 
 glexamplesdir = $(pkgdatadir)/examples/gl
 dist_glexamples_DATA = \
@@ -464,7 +465,9 @@ dist_moduleexamples_DATA = \
 
 posterexamplesdir = $(pkgdatadir)/examples/Posters
 dist_posterexamples_DATA = \
-       examples/Posters/Beamerposter.lyx
+       examples/Posters/Beamerposter.lyx \
+       examples/Posters/CV-image.png \
+       examples/Posters/beamer-knight1.png
 
 presentationexamplesdir = $(pkgdatadir)/examples/Presentations
 dist_presentationexamples_DATA = \

Reply via email to