Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
Link LICENSE to COPYING.
  • Loading branch information
jralls committed Jan 13, 2016
2 parents 52df775 + 584161c commit 9494219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -460,6 +464,7 @@ SET(gnucash_DOCS
ChangeLog.2012
ChangeLog.2013
ChangeLog.2014
COPYING
DOCUMENTERS
HACKING
LICENSE
Expand Down
1 change: 0 additions & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ IF (GNC_BUILD_AS_INSTALL)

ENDIF(GNC_BUILD_AS_INSTALL)

INSTALL(FILES INSTALL COPYING DESTINATION share/doc/gnucash)

0 comments on commit 9494219

Please sign in to comment.