From 2dbf351542242c4d8fc4eba6ea01f6e2cb37b32c Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 25 Oct 2020 16:38:00 +0100 Subject: [PATCH] Distribution: Added some missing files --- 3rdparty/dtl/Makefile.am | 1 + development/Makefile.am | 1 + lib/Makefile.am | 1 + 3 files changed, 3 insertions(+) diff --git a/3rdparty/dtl/Makefile.am b/3rdparty/dtl/Makefile.am index 37e70f8dcd..b9391f6f2b 100644 --- a/3rdparty/dtl/Makefile.am +++ b/3rdparty/dtl/Makefile.am @@ -8,6 +8,7 @@ EXTRA_DIST = \ ChangeLog-LyX \ CMakeLists.txt \ dtl.doc \ + dv2dt.man \ dvi.doc \ edited.txt \ example.tex \ diff --git a/development/Makefile.am b/development/Makefile.am index 9cc10c2553..674fbf950a 100644 --- a/development/Makefile.am +++ b/development/Makefile.am @@ -28,6 +28,7 @@ tools/README \ tools/count_total_lines_of_compiled_code.sh \ tools/count_lines_of_included_code.sh \ tools/lyxeditor \ +Win32/lyxrc.dist.in \ Win32/packaging/icons/Lydia.svg \ Win32/packaging/icons/lyx_doc.ico \ Win32/packaging/icons/lyx_doc.svg \ diff --git a/lib/Makefile.am b/lib/Makefile.am index f2c8a0fe37..752bef83df 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2503,6 +2503,7 @@ dist_scripts_DATA = \ # We use DATA now instead of PYTHON because automake 1.11.2 complains. # Note that we "chmod 755" manually these files in install-data-hook. dist_scripts_DATA += \ + scripts/checkKeys.pl.in \ scripts/clean_dvi.py \ scripts/convert_pdf.py \ scripts/convertDefault.py \ -- 2.39.5