X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMakefile.am;h=674fbf950a880f7a5ab7f5b5dc9b869dc098a5c1;hb=e581e35be3bb2149d1448fc27031561b59c1ff23;hp=06390051f853db8f4ab53ba5b6c40f73b73cf438;hpb=d794a6d60d8d5e8c75a262596bdd746c95741afc;p=features.git diff --git a/development/Makefile.am b/development/Makefile.am index 06390051f8..674fbf950a 100644 --- a/development/Makefile.am +++ b/development/Makefile.am @@ -13,6 +13,7 @@ EXTRA_DIST = coding/Rules coding/Recommendations \ FORMAT lyx.rpm.README \ lyxserver lyx.spec.in lyx.spec \ LyX-Mac-binary-release.sh \ + LyX-Mac-frameworks-template.plist \ tools/gen_lfuns.py \ tools/generate_symbols_images.lyx \ tools/generate_symbols_images.py \ @@ -27,7 +28,9 @@ 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 \ Win32/packaging/icons/lyx_32x32.png \ Win32/packaging/icons/lyx_doc_32x32.png \ @@ -91,7 +94,6 @@ Win32/packaging/installer/ChangeLog.txt \ Win32/packaging/installer/DictionaryMirrors.txt \ Win32/packaging/installer/HunspellDictionaryNames.txt \ Win32/packaging/installer/license.rtf \ -Win32/packaging/installer/lyx.nsi \ Win32/packaging/installer/lyx-bundle.nsi \ Win32/packaging/installer/lyx-standard.nsi \ Win32/packaging/installer/Packages.txt \ @@ -107,6 +109,14 @@ autotests/export.cmake \ autotests/ExportTests.cmake \ autotests/keytest.py \ autotests/lyx2lyxtest.cmake \ +autotests/ignoredTests \ +autotests/ignoreLatexErrorsTests \ +autotests/invertedTests \ +autotests/suspendedTests \ +autotests/unreliableTests \ +autotests/lyxStatus.pm \ +autotests/getTempDir.pl \ +autotests/useSystemFonts.pl \ autotests/single-test.cmake \ autotests/xvkbd/CMakeLists.txt \ autotests/xvkbd/findwidget.c \ @@ -152,14 +162,14 @@ cmake/man/CMakeLists.txt \ cmake/mingw.bat \ cmake/modules/FindASPELL.cmake \ cmake/modules/FindAiksaurusLIB.cmake \ -cmake/modules/FindEnchant.cmake \ +cmake/modules/FindENCHANT.cmake \ cmake/modules/FindCXX11Compiler.cmake \ cmake/modules/FindGNUWIN32.cmake \ -cmake/modules/FindHunspell.cmake \ +cmake/modules/FindHUNSPELL.cmake \ cmake/modules/FindICONV.cmake \ cmake/modules/FindLyXGettext.cmake \ cmake/modules/FindMagic.cmake \ -cmake/modules/FindMyThesLIB.cmake \ +cmake/modules/FindMYTHESLIB.cmake \ cmake/modules/FindOpenSSL.cmake \ cmake/modules/FindQt4.cmake \ cmake/modules/FindZLIB.cmake \ @@ -174,7 +184,6 @@ cmake/pcheaders.h \ cmake/po/cat.py \ cmake/po/unix2dos.py \ cmake/post_install/CMakeLists.txt \ -cmake/scripts/LyXCreateImagesResource.cmake \ cmake/scripts/LyXGetVersion.cmake \ cmake/scripts/xmingw \ keystest/cache-bisect.py \