X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMakefile.am;h=acf379d52e525ea3c4dbf056bca4a1cc62a16f70;hb=e497931c4d7a44b6451574388e4fa31e1cb2b8a4;hp=25716c7af49556fdd6c1c353eac86e223d0dce38;hpb=7270242aad7fcf1910014370626fda7075ea9d0a;p=lyx.git diff --git a/development/Makefile.am b/development/Makefile.am index 25716c7af4..acf379d52e 100644 --- a/development/Makefile.am +++ b/development/Makefile.am @@ -4,11 +4,16 @@ if INSTALL_MACOSX SUBDIRS = MacOSX endif -EXTRA_DIST = boostworkaround.txt coding/Rules coding/Recommendations \ +if INSTALL_CYGWIN +SUBDIRS = cygwin +endif + +EXTRA_DIST = coding/Rules coding/Recommendations \ FORMAT lyx.rpm.README \ - lyxserver lyx.spec.in lyx.spec Seminar.txt \ - \ + lyxserver lyx.spec.in lyx.spec \ + LyX-Mac-binary-release.sh \ tools/convert_kmap.py \ +tools/gen_lfuns.py \ tools/generate_symbols_list.py \ tools/unicodesymbols.py \ tools/x-font \ @@ -16,8 +21,6 @@ tools/README \ tools/count_total_lines_of_compiled_code.sh \ tools/count_lines_of_included_code.sh \ tools/lyxeditor \ -tools/lyxpak.py \ -Win32/launcher/launcher.nsi \ Win32/packaging/icons/lyx_doc.svg \ Win32/packaging/icons/lyx_32x32.png \ Win32/packaging/icons/lyx_doc_32x32.png \ @@ -30,15 +33,11 @@ Win32/packaging/icons/lyx_doc_32x32_16colors.png \ Win32/packaging/installer/graphics/header.bmp \ Win32/packaging/installer/graphics/wizard.bmp \ Win32/packaging/installer/gui/external.nsh \ -Win32/packaging/installer/gui/langselect.nsh \ -Win32/packaging/installer/gui/reinstall.nsh \ Win32/packaging/installer/include/declarations.nsh \ Win32/packaging/installer/include/detection.nsh \ -Win32/packaging/installer/include/dictlist.nsh \ Win32/packaging/installer/include/filelist.nsh \ Win32/packaging/installer/include/gui.nsh \ Win32/packaging/installer/include/init.nsh \ -Win32/packaging/installer/include/langlist.nsh \ Win32/packaging/installer/include/nsis.nsh \ Win32/packaging/installer/include/variables.nsh \ Win32/packaging/installer/lang/english.nsh \ @@ -87,7 +86,6 @@ Win32/packaging/AltInstaller/icons/lyx.svg \ Win32/packaging/AltInstaller/icons/lyx_32x32.ico \ Win32/packaging/AltInstaller/icons/lyx_doc.svg \ Win32/packaging/AltInstaller/icons/lyx_logo_hi.bmp \ -Win32/packaging/AltInstaller/icons/lyx_logo_vert16rc4.bmp \ Win32/packaging/AltInstaller/informations/InstallerStructure.odg \ Win32/packaging/AltInstaller/informations/InstallerStructure.pdf \ Win32/packaging/AltInstaller/informations/ISO_3166.html \ @@ -128,52 +126,44 @@ Win32/packaging/AltInstaller/specials/PDFViewWin/PDFViewWin.exe \ Win32/packaging/AltInstaller/specials/PDFViewWin/PDFViewWin.res \ Win32/packaging/AltInstaller/specials/AspellRepositories.txt \ Win32/packaging/AltInstaller/specials/AspellDictionaryNames.txt \ -Win32/packaging/build_msvs_debug.bat \ -Win32/packaging/build_msvc.bat \ -Win32/packaging/Microsoft.VC90.CRT.manifest \ Win32/pdfview/pdfview.nsi \ -Win32/patches/mingw/aspell-0.60.4.patch \ -Win32/patches/mingw/gettext-0.14.5.patch \ -Win32/patches/msvc/libiconv-1.11.patch \ -Win32/patches/msvc/gettext-0.15.patch \ -Win32/patches/msvc/dirent.h \ -Win32/patches/msvc/aspell-setter-sep06.patch \ -Win32/patches/dtl.patch \ -Win32/patches/dvipost-1.1.patch \ -Win32/patches/aiksaurus-june06.patch \ scons/qt4.py \ scons/scons_manifest.py \ scons/SConstruct \ scons/scons_utils.py \ -cmake/boost/libs/signals/CMakeLists.txt \ -cmake/boost/libs/regex/CMakeLists.txt \ -cmake/boost/libs/CMakeLists.txt \ -cmake/boost/CMakeLists.txt \ -cmake/intl/CMakeLists.txt \ -cmake/intl/libgnuintl.h \ -cmake/src/tex2lyx/CMakeLists.txt \ -cmake/src/graphics/CMakeLists.txt \ -cmake/src/frontends/qt4/CMakeLists.txt \ -cmake/src/frontends/CMakeLists.txt \ -cmake/src/mathed/CMakeLists.txt \ -cmake/src/insets/CMakeLists.txt \ -cmake/src/support/CMakeLists.txt \ -cmake/src/dummy.cpp \ -cmake/src/CMakeLists.txt \ +Win32/packaging/installer/lyx.nsi.cmake \ +Win32/packaging/installer/settings.nsh.cmake \ +Win32/vld/cmake/CMakeLists.txt \ +Win32/vld/cmake/vld.cmake \ +cmake/ConfigureChecks.cmake \ +cmake/Install.cmake \ +cmake/LyxPackaging.cmake \ +cmake/PyCompile.cmake \ +cmake/config.cpp.cmake \ +cmake/config.h.cmake \ +cmake/configCompiler.h.cmake \ +cmake/doc/CMakeLists.txt \ +cmake/doc/ReplaceValues.pl \ +cmake/doc/ReplaceValues.py \ +cmake/man/CMakeLists.txt \ cmake/modules/FindASPELL.cmake \ +cmake/modules/FindAiksaurusLIB.cmake \ +cmake/modules/FindEnchant.cmake \ +cmake/modules/FindGNUWIN32.cmake \ +cmake/modules/FindHunspell.cmake \ +cmake/modules/FindICONV.cmake \ +cmake/modules/FindLibintl.cmake \ +cmake/modules/FindLyXGettext.cmake \ +cmake/modules/FindMyThesLIB.cmake \ +cmake/modules/FindOpenSSL.cmake \ +cmake/modules/FindQt4.cmake \ cmake/modules/FindZLIB.cmake \ cmake/modules/LyXMacros.cmake \ -cmake/modules/ProjectSourceGroup.cmake \ -cmake/modules/FindQt4.cmake \ cmake/modules/LyXPaths.cmake \ -cmake/modules/FindGNUWIN32.cmake \ cmake/modules/LyXuic.cmake \ -cmake/modules/FindICONV.cmake \ -cmake/ConfigureChecks.cmake \ -cmake/pcheaders.h \ -cmake/Install.cmake \ -cmake/config.cpp.cmake \ -cmake/config.h.cmake \ -cmake/CMakeLists.txt \ -cmake/build.bat \ -cmake/build-debug.bat +cmake/modules/MacroBoolTo01.cmake \ +cmake/modules/PCHSupport_26.cmake \ +cmake/modules/ProjectSourceGroup.cmake \ +cmake/po/cat.py \ +cmake/po/dos2unix.py \ +cmake/po/unix2dos.py