remove 'always-run style from the doc that list documents

The 'depends-all style and dependency tracking should run the document
when needed, I think.
This commit is contained in:
Matthew Flatt 2012-11-24 05:39:22 -07:00
parent c12a129b09
commit 3f08da67a4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
(define scribblings
'(("start.scrbl"
(main-doc-root always-run depends-all-main no-depend-on) (omit))
(main-doc-root depends-all-main no-depend-on) (omit))
("search.scrbl" (depends-all-main no-depend-on) (omit))
("getting-started.scrbl" () (omit))
("license.scrbl" () (omit))

View File

@ -1,5 +1,5 @@
#lang setup/infotab
(define scribblings
'(("start.scrbl" (user-doc-root always-run depends-all no-depend-on) (omit))
'(("start.scrbl" (user-doc-root depends-all no-depend-on) (omit))
("search.scrbl" (user-doc depends-all no-depend-on) (omit))))