|
|
|
@ -14,8 +14,8 @@
|
|
|
|
|
((directory |
|
|
|
|
"bible-tools" |
|
|
|
|
((scheme-file "latex-export") |
|
|
|
|
(scheme-file "count-words") |
|
|
|
|
(scheme-file "bible-tools"))))) |
|
|
|
|
(scheme-file "count-words"))) |
|
|
|
|
(scheme-file "bible-tools"))) |
|
|
|
|
(tests ((directory "tests" ()))) |
|
|
|
|
(programs |
|
|
|
|
((directory |
|
|
|
@ -24,20 +24,18 @@
|
|
|
|
|
(in-file "word-counter") |
|
|
|
|
(in-file "bible2latex"))))) |
|
|
|
|
(documentation |
|
|
|
|
((directory |
|
|
|
|
"doc" |
|
|
|
|
((texi-file "bible-tools"))) |
|
|
|
|
(text-file "COPYING") |
|
|
|
|
(text-file "HACKING") |
|
|
|
|
((text-file "ChangeLog") |
|
|
|
|
(text-file "AUTHORS") |
|
|
|
|
(text-file "NEWS") |
|
|
|
|
(symlink "README" "README.org") |
|
|
|
|
(org-file "README") |
|
|
|
|
(text-file "NEWS") |
|
|
|
|
(text-file "AUTHORS") |
|
|
|
|
(text-file "ChangeLog"))) |
|
|
|
|
(text-file "HACKING") |
|
|
|
|
(text-file "COPYING") |
|
|
|
|
(directory "doc" ((texi-file "bible-tools"))))) |
|
|
|
|
(infrastructure |
|
|
|
|
((scheme-file "hall") |
|
|
|
|
(text-file ".gitignore") |
|
|
|
|
(scheme-file "guix") |
|
|
|
|
((in-file "pre-inst-env") |
|
|
|
|
(automake-file "Makefile") |
|
|
|
|
(autoconf-file "configure") |
|
|
|
|
(directory |
|
|
|
|
"build-aux" |
|
|
|
|
((scheme-file "test-driver") |
|
|
|
@ -45,6 +43,6 @@
|
|
|
|
|
(text-file "mdate-sh") |
|
|
|
|
(text-file "missing") |
|
|
|
|
(text-file "install-sh"))) |
|
|
|
|
(autoconf-file "configure") |
|
|
|
|
(automake-file "Makefile") |
|
|
|
|
(in-file "pre-inst-env"))))) |
|
|
|
|
(scheme-file "guix") |
|
|
|
|
(text-file ".gitignore") |
|
|
|
|
(scheme-file "hall"))))) |
|
|
|
|