]> git.lyx.org Git - lyx.git/blobdiff - development/Makefile.am
Add to credits
[lyx.git] / development / Makefile.am
index ee39f58a468dd52a3a3234257d31fda9cccceaa9..05e2dc0fab4e68c96af2da6597deb6d5dc806f1f 100644 (file)
@@ -4,17 +4,24 @@ 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 \
 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 \
@@ -85,7 +92,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 \
@@ -143,35 +149,58 @@ 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/CMakeLists.txt \
+cmake/ConfigureChecks.cmake \
+cmake/Install.cmake \
+cmake/LyX_description.txt \
+cmake/LyX_license.txt \
+cmake/LyX_summary.txt \
+cmake/PyCompile.cmake \
+cmake/build.bat \
+cmake/config.cpp.cmake \
+cmake/config.h.cmake \
+cmake/configCompiler.h.cmake \
+cmake/configCompiler.h.msvc \
+cmake/lyx.rc \
+cmake/pcheaders.h \
 cmake/boost/CMakeLists.txt \
+cmake/doc/CMakeLists.txt \
+cmake/doc/ReplaceValues.pl \
 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 \
+cmake/lyx2lyx/CMakeLists.txt \
+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/CMakeLists.txt \
+cmake/po/cat.py \
+cmake/scripts/CMakeLists.txt \
+cmake/src/CMakeLists.txt \
+cmake/src/dummy.cpp \
+cmake/boost/libs/CMakeLists.txt \
+cmake/src/client/CMakeLists.txt \
+cmake/src/frontends/CMakeLists.txt \
+cmake/src/graphics/CMakeLists.txt \
+cmake/src/insets/CMakeLists.txt \
+cmake/src/mathed/CMakeLists.txt \
+cmake/src/support/CMakeLists.txt \
+cmake/src/tex2lyx/CMakeLists.txt \
+cmake/boost/libs/regex/CMakeLists.txt \
+cmake/boost/libs/signals/CMakeLists.txt \
+cmake/src/frontends/qt4/CMakeLists.txt