From: Pavel Sanda Date: Mon, 25 Mar 2019 09:44:29 +0000 (+0100) Subject: Toward again working make distcheck. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2348 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=42b643e6fe50171a6fc474761d52683b2d5e4c18;p=features.git 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. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index de8bd23cd1..d5ec434ba1 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 = \