scribblings?
This commit is contained in:
@@ -15,3 +15,4 @@ compiled/
|
|||||||
# Dependency tracking files
|
# Dependency tracking files
|
||||||
*.dep
|
*.dep
|
||||||
|
|
||||||
|
/*.bak
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
(define license '(Apache-2.0 OR MIT))
|
(define license '(Apache-2.0 OR MIT))
|
||||||
(define pkg-desc "Uniform channel facade for place-channel, async-channel and port-channel.")
|
(define pkg-desc "Uniform channel facade for place-channel, async-channel and port-channel.")
|
||||||
|
|
||||||
|
(define scribblings
|
||||||
|
'(
|
||||||
|
("scribblings/uni-channel.scrbl" () (library))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define deps '("base" "port-channel"))
|
(define deps '("base" "port-channel"))
|
||||||
(define build-deps '("racket-doc" "scribble-lib" "rackunit-lib"))
|
(define build-deps '("racket-doc" "scribble-lib" "rackunit-lib"))
|
||||||
|
|
||||||
@@ -13,5 +19,3 @@
|
|||||||
;; `rackunit-lib` is a build/test dependency, not a library dependency.
|
;; `rackunit-lib` is a build/test dependency, not a library dependency.
|
||||||
(define compile-omit-paths '("test"))
|
(define compile-omit-paths '("test"))
|
||||||
|
|
||||||
(define scribblings
|
|
||||||
'(("scribblings/uni-channel.scrbl" () (library))))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user