README: Rename to a markdown file
authorAndreas Schneider <asn@samba.org>
Tue, 7 May 2019 09:55:49 +0000 (11:55 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 3 Jun 2019 10:54:22 +0000 (12:54 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@samba.org>
CPackConfig.cmake
README.md [moved from README with 86% similarity]

index e1b83ac85f1242e5c6f1cae2b4643b56ec9cd291..e041451c8c23290d47b6aedd43cbea48f819e623 100644 (file)
@@ -4,7 +4,7 @@
 ### general settings
 set(CPACK_PACKAGE_NAME ${APPLICATION_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")
similarity index 86%
rename from README
rename to README.md
index 764fd3689cf729eeacd7ab569e9ecc9d590d88a5..eb1049799ecef6e61c9138d4040dcc4f1424fcf9 100644 (file)
--- a/README
+++ b/README.md
@@ -8,11 +8,11 @@ DESCRIPTION
 
 More details can be found in the manpage:
 
-  man -l ./doc/uid_wrapper.1
+    man -l ./doc/uid_wrapper.1
 
 or the raw text version:
 
-  less ./doc/uid_wrapper.1.txt
+    less ./doc/uid_wrapper.1.txt
 
 For installation instructions please take a look at the README.install file.