zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 457d2cc078a4c2b2ab9b48823ac0b4c2be95f217
parent ca01eaf518385e4a0870fc8e870e1ef0a257e629
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Sun,  6 Oct 2019 21:53:29 -0400

Merge remote-tracking branch 'github/master'

Diffstat:
MCMakeLists.txt | 5-----
MTODO-release.md | 1-
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -35,11 +35,6 @@ include(CTestConfig.cmake) add_subdirectory(src) add_subdirectory(doc) # Doxygen only -if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/HISTORY.txt") -install(FILES HISTORY.txt - DESTINATION share/doc/zynaddsubfx - ) -endif() install(FILES AUTHORS.txt COPYING README.adoc DESTINATION share/doc/zynaddsubfx ) diff --git a/TODO-release.md b/TODO-release.md @@ -2,7 +2,6 @@ - Update version number in CMakeLists.txt - Update version number in src/Tests/guitar-adnote.xmz -- Update date of the new version in HISTORY.txt - Update news on sourceforge website - Upload source tarball to sourceforge website - Update the "Linux/BSD/Source" link on http://zynaddsubfx.sourceforge.net/download.html (do that here : https://github.com/zynaddsubfx/zyn-website/blob/master/download.html )