Skip to content

Commit

Permalink
Move "examples/" under "aws/" collection dir
Browse files Browse the repository at this point in the history
Because this is a multi-collection package, the "examples" dir
location was inadvertently adding an "examples" _collection_.

Furthermore add "examples" to compile-omit-paths for the aws
collection info.rkt.
  • Loading branch information
greghendershott committed Jul 11, 2024
1 parent 99c2831 commit 6947e18
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions aws/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
#lang setup/infotab

(define scribblings '(("aws.scrbl" (multi-page))))
(define compile-omit-paths '("examples"))

0 comments on commit 6947e18

Please sign in to comment.