Consistency in readme naming.

This commit is contained in:
Roger A. Light 2020-11-12 22:08:38 +00:00
parent eee34613b4
commit c552401cbd
8 changed files with 20 additions and 14 deletions

View File

@ -17,5 +17,5 @@ the client libraries as symbol information will be included. Use cmake to
compile on Windows or Mac. compile on Windows or Mac.
If you have any questions, problems or suggestions (particularly related to If you have any questions, problems or suggestions (particularly related to
installing on a more unusual device like a plug-computer) then please get in installing on a more unusual device) then please get in touch using the details
touch using the details in readme.txt. in README.md.

View File

@ -38,8 +38,10 @@ DISTFILES= \
notice.html \ notice.html \
pskfile.example \ pskfile.example \
pwfile.example \ pwfile.example \
readme-windows.txt \ README-compiling \
readme.md README-letsencrypt \
README-windows.md \
README.md
.PHONY : all mosquitto api docs binary check clean reallyclean test install uninstall dist sign copy localdocker .PHONY : all mosquitto api docs binary check clean reallyclean test install uninstall dist sign copy localdocker

View File

@ -58,7 +58,7 @@ To build from source the recommended route for end users is to download the
archive from <https://mosquitto.org/download/>. archive from <https://mosquitto.org/download/>.
On Windows and Mac, use `cmake` to build. On other platforms, just run `make` On Windows and Mac, use `cmake` to build. On other platforms, just run `make`
to build. For Windows, see also `readme-windows.txt`. to build. For Windows, see also `README-windows.md`.
If you are building from the git repository then the documentation will not If you are building from the git repository then the documentation will not
already be built. Use `make binary` to skip building the man pages, or install already be built. Use `make binary` to skip building the man pages, or install

View File

@ -52,8 +52,9 @@ Section "Files" SecInstall
File "..\ChangeLog.txt" File "..\ChangeLog.txt"
File "..\mosquitto.conf" File "..\mosquitto.conf"
File "..\pwfile.example" File "..\pwfile.example"
File "..\readme.md" File "..\README.md"
File "..\readme-windows.txt" File "..\README-windows.txt"
File "..\README-letsencrypt.txt"
;File "C:\pthreads\Pre-built.2\dll\x86\pthreadVC2.dll" ;File "C:\pthreads\Pre-built.2\dll\x86\pthreadVC2.dll"
File "C:\OpenSSL-Win32\bin\libssl-1_1.dll" File "C:\OpenSSL-Win32\bin\libssl-1_1.dll"
File "C:\OpenSSL-Win32\bin\libcrypto-1_1.dll" File "C:\OpenSSL-Win32\bin\libcrypto-1_1.dll"
@ -100,8 +101,9 @@ Section "Uninstall"
Delete "$INSTDIR\ChangeLog.txt" Delete "$INSTDIR\ChangeLog.txt"
Delete "$INSTDIR\mosquitto.conf" Delete "$INSTDIR\mosquitto.conf"
Delete "$INSTDIR\pwfile.example" Delete "$INSTDIR\pwfile.example"
Delete "$INSTDIR\readme.txt" Delete "$INSTDIR\README.txt"
Delete "$INSTDIR\readme-windows.txt" Delete "$INSTDIR\README-windows.txt"
Delete "$INSTDIR\README-letsencrypt.txt"
;Delete "$INSTDIR\pthreadVC2.dll" ;Delete "$INSTDIR\pthreadVC2.dll"
Delete "$INSTDIR\libssl-1_1.dll" Delete "$INSTDIR\libssl-1_1.dll"
Delete "$INSTDIR\libcrypto-1_1.dll" Delete "$INSTDIR\libcrypto-1_1.dll"

View File

@ -53,8 +53,9 @@ Section "Files" SecInstall
File "..\ChangeLog.txt" File "..\ChangeLog.txt"
File "..\mosquitto.conf" File "..\mosquitto.conf"
File "..\pwfile.example" File "..\pwfile.example"
File "..\readme.md" File "..\README.md"
File "..\readme-windows.txt" File "..\README-windows.txt"
File "..\README-letsencrypt.txt"
;File "C:\pthreads\Pre-built.2\dll\x64\pthreadVC2.dll" ;File "C:\pthreads\Pre-built.2\dll\x64\pthreadVC2.dll"
File "C:\OpenSSL-Win64\bin\libssl-1_1-x64.dll" File "C:\OpenSSL-Win64\bin\libssl-1_1-x64.dll"
File "C:\OpenSSL-Win64\bin\libcrypto-1_1-x64.dll" File "C:\OpenSSL-Win64\bin\libcrypto-1_1-x64.dll"
@ -101,8 +102,9 @@ Section "Uninstall"
Delete "$INSTDIR\ChangeLog.txt" Delete "$INSTDIR\ChangeLog.txt"
Delete "$INSTDIR\mosquitto.conf" Delete "$INSTDIR\mosquitto.conf"
Delete "$INSTDIR\pwfile.example" Delete "$INSTDIR\pwfile.example"
Delete "$INSTDIR\readme.txt" Delete "$INSTDIR\README.txt"
Delete "$INSTDIR\readme-windows.txt" Delete "$INSTDIR\README-windows.txt"
Delete "$INSTDIR\README-letsencrypt.txt"
;Delete "$INSTDIR\pthreadVC2.dll" ;Delete "$INSTDIR\pthreadVC2.dll"
Delete "$INSTDIR\libssl-1_1-x64.dll" Delete "$INSTDIR\libssl-1_1-x64.dll"
Delete "$INSTDIR\libcrypto-1_1-x64.dll" Delete "$INSTDIR\libcrypto-1_1-x64.dll"

View File

@ -27,7 +27,7 @@ distributions.
* [mosquitto-1.6.12-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-1.6.12-install-windows-x64.exe) (~1.4 MB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2019) * [mosquitto-1.6.12-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-1.6.12-install-windows-x64.exe) (~1.4 MB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2019)
* [mosquitto-1.6.12-install-windows-x32.exe](https://mosquitto.org/files/binary/win32/mosquitto-1.6.12-install-windows-x86.exe) (~1.4 MB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2019) * [mosquitto-1.6.12-install-windows-x32.exe](https://mosquitto.org/files/binary/win32/mosquitto-1.6.12-install-windows-x86.exe) (~1.4 MB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2019)
See also readme-windows.txt after installing. See also README-windows.md after installing.
## Mac ## Mac
Mosquitto can be installed from the homebrew project. See Mosquitto can be installed from the homebrew project. See