remove "p" from module-suffixes

pull/175/head
Matthew Butterick 6 years ago
parent 5e3988eeaf
commit f2238189d7

@ -5,4 +5,5 @@
(define compile-omit-paths '("test" "tools" "server-extras" "scribblings/third-tutorial-files"))
;; it's redundant to test "pollen.scrbl" because it incorporates the other scribble sources by reference
(define test-omit-paths '("test/data" "tools" "server-extras" "scribblings/third-tutorial-files" "scribblings/pollen.scrbl"))
(define module-suffixes '(#"p" #"pp" #"pm" #"pmd" #"ptree"))
;; don't put #"p" in this list because it's not a #lang
(define module-suffixes '(#"pp" #"pm" #"pmd" #"ptree"))

@ -1 +1 @@
1524342806
1524676723

Loading…
Cancel
Save