-
Notifications
You must be signed in to change notification settings - Fork 470
use :include in install stanza #256
Copy link
Copy link
Closed
ocaml/opam-repository
#22317Description
I have a package which installs a server program, but also a bunch of resource files (fonts, images, CSS styles etc). I can happily use jbuilder to install the server binary, but I can't figure out how to install the resources without listing them explicitly (not much fun since this includes a large number of files that I didn't write, copied from twitter-bootstrap).
My first thought was that maybe I could write a rule to generate resource-files.sexp and then (:include resource-files.sexp) that in my (files ...) stanza, but that isn't allowed. Is it possible to add this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels