This commit is contained in:
Georges Dupéron 2017-01-01 19:21:35 +01:00
parent 17ecdc23cf
commit b5cbd5de8f
3 changed files with 14 additions and 1 deletions

View File

@ -32,7 +32,7 @@ install:
before_script:
script:
- raco pkg install --deps search-auto --link aful
- raco pkg install -j 2 --deps search-auto --link aful
- raco test -x -p aful
after_script:

View File

@ -0,0 +1,11 @@
#lang racket
(require scribble-enhanced/with-manual)
(provide aful-scribble-render)
(define (aful-scribble-render self)
(syntax-case self ()
[(_ _ _ body)
#`(elem (list (seclink "_lang_aful" #:doc '(lib "aful/docs/aful.scrbl")
(tt ""))
(racket body)))]))

View File

@ -8,6 +8,8 @@
"at-exp-lib"
"rackjure"
"rackunit-lib"
"phc-toolkit"
"scribble-enhanced"
))
(define build-deps