From 39bd5394bf91411721bb5e06fdfc04aa20c63542 Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Mon, 22 Jan 2024 21:19:37 -0500 Subject: doc: README.org->README.rst cgit and friends (as well as my poor slow-to-reprogram brain) like ReStructuredText better than they like org-mode files. Let's give it to them because the org-mode file was only used as hall auto-generated it. --- hall.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hall.scm') diff --git a/hall.scm b/hall.scm index 28a38bc..64f7b63 100644 --- a/hall.scm +++ b/hall.scm @@ -38,8 +38,8 @@ read is, without having to devote your own brain power to sorting them.") (text-file "COPYING") (text-file "HACKING") (text-file "NEWS") - (symlink "README" "README.org") - (org-file "README"))) + (symlink "README" "README.rst") + (text-file "README.rst"))) (infrastructure ((scheme-file "hall") (text-file ".gitignore") -- cgit v1.2.3