diff --git a/README b/README deleted file mode 120000 index 314e17d..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -README.org \ No newline at end of file diff --git a/hall.scm b/hall.scm index ed56ffb..2d71ce0 100644 --- a/hall.scm +++ b/hall.scm @@ -19,11 +19,10 @@ (tests ((directory "tests" ((scheme-file "bencode"))))) (programs ((directory "scripts" ()))) (documentation - ((symlink "README" "README.org") - (text-file "HACKING") + ((directory "doc" ((texi-file "guile-nrepl"))) (text-file "COPYING") - (directory "doc" ((texi-file "guile-nrepl"))))) + (text-file "HACKING"))) (infrastructure - ((scheme-file "guix") + ((scheme-file "hall") (text-file ".gitignore") - (scheme-file "hall"))))) + (scheme-file "guix")))))