diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bbc86db..83f75c6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/README.md b/README.md index 98716da7..56a3492b 100644 --- a/README.md +++ b/README.md @@ -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.