Merge branch 'maint'

Link LICENSE to COPYING.
This commit is contained in:
John Ralls 2016-01-12 16:22:57 -08:00
commit 9494219603
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -25,4 +25,3 @@ IF (GNC_BUILD_AS_INSTALL)
ENDIF(GNC_BUILD_AS_INSTALL)
INSTALL(FILES INSTALL COPYING DESTINATION share/doc/gnucash)