From 70bc551dca142a7a4d6ed082244966957ca2e070 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 19 Feb 2019 16:18:10 +0100 Subject: README: Create a markdown file Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- CPackConfig.cmake | 2 +- README | 24 ------------------------ README.md | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/CPackConfig.cmake b/CPackConfig.cmake index 6cf14a6..11b0314 100644 --- a/CPackConfig.cmake +++ b/CPackConfig.cmake @@ -4,7 +4,7 @@ ### general settings set(CPACK_PACKAGE_NAME ${PROJECT_NAME}) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The SSH library") -set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README") +set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md") set(CPACK_PACKAGE_VENDOR "The SSH Library Development Team") set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME}) set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE") diff --git a/README b/README deleted file mode 100644 index 12494cf..0000000 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -SOCKET_WRAPPER -============== - -This is a library passing all socket communications through unix sockets. - -DESCRIPTION ------------ - -More details can be found in the manpage: - - man -l ./doc/socket_wrapper.1 - -or the raw text version: - - less ./doc/socket_wrapper.1.txt - -For installation instructions please take a look at the README.install file. - -MAILINGLIST ------------ - -As the mailing list samba-technical is used and can be found here: - -https://lists.samba.org/mailman/listinfo/samba-technical diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e0ca5d --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +SOCKET_WRAPPER +============== + +This is a library passing all socket communications through unix sockets. + +DESCRIPTION +----------- + +More details can be found in the manpage: + + man -l ./doc/socket_wrapper.1 + +or the raw text version: + + less ./doc/socket_wrapper.1.txt + +For installation instructions please take a look at the README.install file. + +MAILINGLIST +----------- + +As the mailing list samba-technical is used and can be found here: + +* https://lists.samba.org/mailman/listinfo/samba-technical -- cgit