[PATCH] Display "README" with markdown style on Github

The file "README" is a markdown file but as it doesn't have the suffix ".md", Github doesn't render it with markdown style. Rename the symlink "README" in order to be displayed with markdown style on Github. Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- README | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 README create mode 120000 README.md diff --git a/README b/README deleted file mode 120000 index 0e01b43..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -docs/README.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 120000 index 0000000..0e01b43 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +docs/README.md \ No newline at end of file -- 1.9.3

The build is failing with this patch: cd . && /bin/sh /home/alinefm/kimchi/build-aux/missing automake-1.13 --gnu Makefile.am: error: required file './README' not found make: *** [Makefile.in] Error 1 cd . && /bin/sh /home/alinefm/kimchi/build-aux/missing automake-1.13 --gnu Makefile.am: error: required file './README' not found make: *** [Makefile.in] Error 1 On 09/30/2014 03:09 PM, Crístian Viana wrote:
The file "README" is a markdown file but as it doesn't have the suffix ".md", Github doesn't render it with markdown style.
Rename the symlink "README" in order to be displayed with markdown style on Github.
Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- README | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 README create mode 120000 README.md
diff --git a/README b/README deleted file mode 120000 index 0e01b43..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -docs/README.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 120000 index 0000000..0e01b43 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +docs/README.md \ No newline at end of file

On Sex, 2014-10-03 at 15:19 -0300, Aline Manera wrote:
The build is failing with this patch:
cd . && /bin/sh /home/alinefm/kimchi/build-aux/missing automake-1.13 --gnu Makefile.am: error: required file './README' not found make: *** [Makefile.in] Error 1 cd . && /bin/sh /home/alinefm/kimchi/build-aux/missing automake-1.13 --gnu Makefile.am: error: required file './README' not found make: *** [Makefile.in] Error 1
Thanks for pointing that out! I hadn't built the project from scratch after applying this patch. I'll look into that problem and I'll send another patch.
participants (2)
-
Aline Manera
-
Crístian Viana