Renamed CHANGES.md to NEWS.md. Install NEWS.md.

This commit is contained in:
David Korth 2018-04-28 09:45:43 -04:00
parent a139d804a1
commit ab8142996b
3 changed files with 2 additions and 1 deletions

View File

View File

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

View File

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