X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMakefile.am;h=1e148afa0b9811e3053a7f765010f28b10999dd6;hb=dfbf4c483992682db23ca3b9ba7edd6cf05e1185;hp=f73d8bacb149a88639ac1f758daec93a6d9c1a70;hpb=2c5ffcefe92bd814a2a1975c0d45c2a2aa373e27;p=lyx.git diff --git a/development/Makefile.am b/development/Makefile.am index f73d8bacb1..1e148afa0b 100644 --- a/development/Makefile.am +++ b/development/Makefile.am @@ -9,9 +9,11 @@ SUBDIRS = cygwin endif EXTRA_DIST = coding/Rules coding/Recommendations \ + coverity_modeling.cpp \ 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 \ @@ -26,6 +28,7 @@ tools/README \ tools/count_total_lines_of_compiled_code.sh \ tools/count_lines_of_included_code.sh \ tools/lyxeditor \ +Win32/packaging/icons/Lydia.svg \ Win32/packaging/icons/lyx_doc.svg \ Win32/packaging/icons/lyx_32x32.png \ Win32/packaging/icons/lyx_doc_32x32.png \ @@ -41,9 +44,9 @@ Win32/packaging/installer/gui/external.nsh \ Win32/packaging/installer/gui/io_latex.ini \ Win32/packaging/installer/gui/LaTeXFolder.nsh \ Win32/packaging/installer/include/declarations.nsh \ -Win32/packaging/installer/include/declarations.nsh.cmake \ Win32/packaging/installer/include/detection.nsh \ Win32/packaging/installer/include/dictionaries.nsh \ +Win32/packaging/installer/include/EnvVarUpdate.nsh \ Win32/packaging/installer/include/filelist.nsh \ Win32/packaging/installer/include/gui.nsh \ Win32/packaging/installer/include/init.nsh \ @@ -51,6 +54,11 @@ Win32/packaging/installer/include/LaTeX.nsh \ Win32/packaging/installer/include/LyXUtils.nsh \ Win32/packaging/installer/include/nsis.nsh \ Win32/packaging/installer/include/variables.nsh \ +Win32/packaging/installer/information/InstallerStructure.odg \ +Win32/packaging/installer/information/InstallerStructure.pdf \ +Win32/packaging/installer/information/ISO_3166.html \ +Win32/packaging/installer/information/iso639.htm \ +Win32/packaging/installer/information/WinLangCode.htm \ Win32/packaging/installer/lang/arabic.nsh \ Win32/packaging/installer/lang/basque.nsh \ Win32/packaging/installer/lang/catalan.nsh \ @@ -70,9 +78,11 @@ Win32/packaging/installer/lang/polish.nsh \ Win32/packaging/installer/lang/portuguese.nsh \ Win32/packaging/installer/lang/portugueseBR.nsh \ Win32/packaging/installer/lang/romanian.nsh \ +Win32/packaging/installer/lang/russian.nsh \ Win32/packaging/installer/lang/slovak.nsh \ Win32/packaging/installer/lang/spanish.nsh \ Win32/packaging/installer/lang/swedish.nsh \ +Win32/packaging/installer/lang/TranslatedLanguages.nsh \ Win32/packaging/installer/lang/turkish.nsh \ Win32/packaging/installer/lang/ukrainian.nsh \ Win32/packaging/installer/setup/configure.nsh \ @@ -82,12 +92,10 @@ 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.nsi.cmake \ -Win32/packaging/installer/lyx-bundle.nsi \ Win32/packaging/installer/lyx-standard.nsi \ +Win32/packaging/installer/Packages.txt \ +Win32/packaging/installer/Readme.txt \ Win32/packaging/installer/settings.nsh \ -Win32/packaging/installer/settings.nsh.cmake \ Win32/packaging/installer/ThesaurusDictionaryNames.txt \ Win32/pdfview/pdfview.nsi \ Win32/vld/cmake/CMakeLists.txt \ @@ -98,6 +106,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 \ @@ -113,15 +129,13 @@ checkurls/CheckURL.pm \ checkurls/search_url.pl \ cmake/ConfigureChecks.cmake \ cmake/Install.cmake \ +cmake/lyx.ico \ cmake/LyxPackaging.cmake \ cmake/LyX_description.txt \ cmake/LyX_license.txt \ cmake/LyX_summary.txt \ cmake/PyCompile.cmake \ cmake/TODO.txt \ -cmake/build4-2010.bat \ -cmake/build5-2010.bat \ -cmake/build5-2010-installer.bat \ cmake/build5-2015.bat \ cmake/build5-2015-installer.bat \ cmake/config.cpp.cmake \ @@ -132,18 +146,20 @@ cmake/configCompiler.h.msvc \ cmake/configFunctions.cmake \ cmake/configIncludes.cmake \ cmake/doc/CMakeLists.txt \ +cmake/doc/ReplaceValues.cmake \ cmake/doc/ReplaceValues.pl \ cmake/doc/ReplaceValues.py \ cmake/lyx_date.h.cmake \ cmake/lyx.rc \ cmake/man/CMakeLists.txt \ +cmake/lyx.coff \ 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 \ @@ -162,6 +178,7 @@ cmake/pcheaders.h \ cmake/po/cat.py \ cmake/po/unix2dos.py \ cmake/post_install/CMakeLists.txt \ +cmake/scripts/cmingw \ cmake/scripts/LyXCreateImagesResource.cmake \ cmake/scripts/LyXGetVersion.cmake \ cmake/scripts/xmingw \