Skip to content

Commit

Permalink
Fix typo in ReadMe.md file
Browse files Browse the repository at this point in the history
And fix changelog missing
  • Loading branch information
EXL committed Dec 11, 2018
1 parent 765e4bd commit a42062e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the [EXL](https://github.com/EXL)'s fork of the [Cool Reader](https://gi

## Download

You can download binary builds for various operating systems from the [https://github.com/EXLMOTODEV/coolreader/releases](releases) section.
You can download binary builds for various operating systems from the [releases](https://github.com/EXLMOTODEV/coolreader/releases) section.

## Build instructions

Expand Down
2 changes: 1 addition & 1 deletion cr3qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ADD_CUSTOM_COMMAND(OUTPUT ${man_gz}
DEPENDS ${man}
COMMENT "Building ${man_gz}")

SET (changelog ${CMAKE_CURRENT_SOURCE_DIR}/../changelog)
SET (changelog ${CMAKE_CURRENT_SOURCE_DIR}/../docs/changelog.old.txt)
SET (changelog_gz ${CMAKE_BINARY_DIR}/changelog.gz)
ADD_CUSTOM_COMMAND(OUTPUT ${changelog_gz}
COMMAND ${GZIP_TOOL} -9 -c ${changelog} > ${changelog_gz}
Expand Down

0 comments on commit a42062e

Please sign in to comment.