mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Merge branch 'maint'
Link LICENSE to COPYING.
This commit is contained in:
@@ -440,6 +440,10 @@ IF (GNC_BUILD_AS_INSTALL)
|
||||
ENDIF()
|
||||
# Install DOC files from top level directory
|
||||
|
||||
#Link LICENSE to COPYING so that people expecting to find it,
|
||||
#will. COPYING is normally linked by autogen.sh to the latest
|
||||
#automake-provided version.
|
||||
execute_process(COMMAND "${CMAKE_COMMAND}" "-E" "create_symlink" "${CMAKE_SOURCE_DIR}/LICENSE" "${CMAKE_SOURCE_DIR}/COPYING")
|
||||
|
||||
SET(gnucash_DOCS
|
||||
AUTHORS
|
||||
@@ -460,6 +464,7 @@ SET(gnucash_DOCS
|
||||
ChangeLog.2012
|
||||
ChangeLog.2013
|
||||
ChangeLog.2014
|
||||
COPYING
|
||||
DOCUMENTERS
|
||||
HACKING
|
||||
LICENSE
|
||||
|
||||
Reference in New Issue
Block a user