better
parent
a098b43886
commit
43e2ad3aee
@ -1,8 +1,8 @@
|
||||
#lang info
|
||||
(define collection "pollen-tfl")
|
||||
(define scribblings '("scribblings/pollen-tfl.scrbl"))
|
||||
(define scribblings '(("scribblings/pollen-tfl.scrbl")))
|
||||
(define deps '("base" "pollen" "hyphenate" "css-tools" "txexpr" "sugar"))
|
||||
(define build-deps '("txexpr" "sugar" "rackunit-lib"))
|
||||
(define update-implies '("txexpr" "hyphenate" "sugar"))
|
||||
(define compile-omit-paths 'all)
|
||||
(define test-omit-paths (list #rx"\\.(pm|ptree|pp)$"))
|
||||
(define test-omit-paths (list #rx"\\.(pm|ptree|pp)$"))
|
@ -1,2 +1,3 @@
|
||||
#lang scribble/manual
|
||||
@defmodule[pollen-tfl]
|
||||
@include-section[(submod "../pollen.rkt" doc)]
|
Reference in New Issue