summaryrefslogtreecommitdiff
path: root/hall.scm
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2024-01-22 21:19:37 -0500
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2024-01-22 21:19:37 -0500
commit39bd5394bf91411721bb5e06fdfc04aa20c63542 (patch)
tree27fe64f8f61032ad348b23d495999404ddbe4fa2 /hall.scm
parent490bd1f52fdc5ea7a1bc2a4a0e6d2f985a21feba (diff)
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.
Diffstat (limited to 'hall.scm')
-rw-r--r--hall.scm4
1 files changed, 2 insertions, 2 deletions
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")