diff --git a/CHANGES.md b/NEWS.md similarity index 100% rename from CHANGES.md rename to NEWS.md diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0eb81de86..049e9ad69 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -20,6 +20,7 @@ INSTALL(FILES # the root directory on Windows. INSTALL(FILES ../README.md + ../NEWS.md ../LICENSE DESTINATION "${DIR_INSTALL_DOC_ROOT}" COMPONENT "doc" diff --git a/doc/COMPILING.md b/doc/COMPILING.md index d2682ed36..24a8defad 100644 --- a/doc/COMPILING.md +++ b/doc/COMPILING.md @@ -59,7 +59,7 @@ In order to build debug symbol packages, you will need: * Ubuntu: pkg-create-dbgsym In the top-level source directory, run this command: -* ```debuild -i -us -uc -b``` +* `debuild -i -us -uc -b` Assuming everything builds correctly, the .deb packages should be built in the directory above the top-level source directory.