]> git.lyx.org Git - features.git/commitdiff
Toward again working make distcheck.
authorPavel Sanda <sanda@lyx.org>
Mon, 25 Mar 2019 09:44:29 +0000 (10:44 +0100)
committerPavel Sanda <sanda@lyx.org>
Mon, 25 Mar 2019 09:44:29 +0000 (10:44 +0100)
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

index de8bd23cd15453325db3de93136dafc9a07ef7d3..d5ec434ba1afe61847d23b610fc21a6b7fdd9411 100644 (file)
@@ -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 = \