hall.scm updated
This commit is contained in:
parent
998a564c41
commit
5d0dbd6a06
42
hall.scm
42
hall.scm
@ -10,32 +10,38 @@
|
||||
(license gpl3+)
|
||||
(dependencies `())
|
||||
(skip ())
|
||||
(files (libraries ((directory "bible-tools" ())
|
||||
(scheme-file "bible-tools")))
|
||||
(files (libraries
|
||||
((directory
|
||||
"bible-tools"
|
||||
((scheme-file "latex-export")
|
||||
(scheme-file "count-words")
|
||||
(scheme-file "bible-tools")))))
|
||||
(tests ((directory "tests" ())))
|
||||
(programs
|
||||
((directory
|
||||
"scripts"
|
||||
((in-file "bible2latex") (in-file "count-words")))))
|
||||
((in-file "bible-app")
|
||||
(in-file "word-counter")
|
||||
(in-file "bible2latex")))))
|
||||
(documentation
|
||||
((text-file "ChangeLog")
|
||||
(text-file "AUTHORS")
|
||||
(text-file "NEWS")
|
||||
(text-file "README.org")
|
||||
(symlink "README" "README.org")
|
||||
(text-file "HACKING")
|
||||
(text-file "COPYING")
|
||||
(directory
|
||||
((directory
|
||||
"doc"
|
||||
((texi-file "bible-tools")
|
||||
(text-file "stamp-vti")
|
||||
(info-file "bible-tools")
|
||||
(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
|
||||
((in-file "pre-inst-env")
|
||||
(automake-file "Makefile")
|
||||
(autoconf-file "configure")
|
||||
((scheme-file "hall")
|
||||
(text-file ".gitignore")
|
||||
(scheme-file "guix")
|
||||
(directory
|
||||
"build-aux"
|
||||
((scheme-file "test-driver")
|
||||
@ -43,6 +49,6 @@
|
||||
(text-file "mdate-sh")
|
||||
(text-file "missing")
|
||||
(text-file "install-sh")))
|
||||
(scheme-file "guix")
|
||||
(text-file ".gitignore")
|
||||
(scheme-file "hall")))))
|
||||
(autoconf-file "configure")
|
||||
(automake-file "Makefile")
|
||||
(in-file "pre-inst-env")))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user