README: Rename to a markdown file
authorAndreas Schneider <asn@samba.org>
Thu, 17 Oct 2019 13:12:29 +0000 (15:12 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Sun, 20 Oct 2019 12:59:54 +0000 (14:59 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CPackConfig.cmake
README.md [moved from README with 84% similarity]

index 36086cfc93635cf094d75e256718a9f26d5b6b55..1f889f6b769d18091150791188f9e87d3ccd4035 100644 (file)
@@ -4,7 +4,7 @@
 ### general settings
 set(CPACK_PACKAGE_NAME ${APPLICATION_NAME})
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The resolv wrapper")
-set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README")
+set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
 set(CPACK_PACKAGE_VENDOR "The Samba Team")
 set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
similarity index 84%
rename from README
rename to README.md
index bf8274a124d98e3c89f2e5ca6fe012d67ccd324d..77bf762d31340e4b7265c24f18b9701d1523a6e7 100644 (file)
--- a/README
+++ b/README.md
@@ -8,11 +8,11 @@ DESCRIPTION
 
 More details can be found in the manpage:
 
-  man -l ./doc/resolv_wrapper.1
+    man -l ./doc/resolv_wrapper.1
 
 or the raw text version:
 
-  less ./doc/resolv_wrapper.1.txt
+    less ./doc/resolv_wrapper.1.txt
 
 For installation instructions please take a look at the README.install file.