fix build (changelog.txt was renamed)

This commit is contained in:
Eric Wasylishen 2020-07-21 21:25:22 -06:00
parent 1dee7269d6
commit 189a83051a
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ add_subdirectory(vis)
add_subdirectory(man)
install(FILES README.md DESTINATION bin)
install(FILES changelog.txt DESTINATION bin)
install(FILES changelog.md DESTINATION bin)
#CPack configuration

View File

@ -35,7 +35,7 @@ Included utilities:
- bsputil - Simple tool for manipulation of bsp file data
See the doc/ directory for more detailed descriptions of the various
tools capabilities. See changelog.txt for a brief overview of recent
tools capabilities. See changelog.md for a brief overview of recent
changes or https://github.com/ericwa/ericw-tools for the full changelog and
source code.