Browse Source

hall.scm updated

master
Silas Vedder 2 years ago
parent
commit
5d0dbd6a06
  1. 42
      hall.scm

42
hall.scm

@ -10,32 +10,38 @@
(license gpl3+) (license gpl3+)
(dependencies `()) (dependencies `())
(skip ()) (skip ())
(files (libraries ((directory "bible-tools" ()) (files (libraries
(scheme-file "bible-tools"))) ((directory
"bible-tools"
((scheme-file "latex-export")
(scheme-file "count-words")
(scheme-file "bible-tools")))))
(tests ((directory "tests" ()))) (tests ((directory "tests" ())))
(programs (programs
((directory ((directory
"scripts" "scripts"
((in-file "bible2latex") (in-file "count-words"))))) ((in-file "bible-app")
(in-file "word-counter")
(in-file "bible2latex")))))
(documentation (documentation
((text-file "ChangeLog") ((directory
(text-file "AUTHORS")
(text-file "NEWS")
(text-file "README.org")
(symlink "README" "README.org")
(text-file "HACKING")
(text-file "COPYING")
(directory
"doc" "doc"
((texi-file "bible-tools") ((texi-file "bible-tools")
(text-file "stamp-vti") (text-file "stamp-vti")
(info-file "bible-tools") (info-file "bible-tools")
(text-file ".dirstamp") (text-file ".dirstamp")
(texi-file "version"))))) (texi-file "version")))
(text-file "COPYING")
(text-file "HACKING")
(symlink "README" "README.org")
(org-file "README")
(text-file "NEWS")
(text-file "AUTHORS")
(text-file "ChangeLog")))
(infrastructure (infrastructure
((in-file "pre-inst-env") ((scheme-file "hall")
(automake-file "Makefile") (text-file ".gitignore")
(autoconf-file "configure") (scheme-file "guix")
(directory (directory
"build-aux" "build-aux"
((scheme-file "test-driver") ((scheme-file "test-driver")
@ -43,6 +49,6 @@
(text-file "mdate-sh") (text-file "mdate-sh")
(text-file "missing") (text-file "missing")
(text-file "install-sh"))) (text-file "install-sh")))
(scheme-file "guix") (autoconf-file "configure")
(text-file ".gitignore") (automake-file "Makefile")
(scheme-file "hall"))))) (in-file "pre-inst-env")))))

Loading…
Cancel
Save