···66(* This is only here for `topkg distrib`. Remove once
77 we switch to `b0 -- .release` *)
8899+let distrib =
1010+ (* The default removes Makefile *)
1111+ let exclude_paths () = Ok [".git";".gitignore";".gitattributes";"_build"] in
1212+ Pkg.distrib ~exclude_paths ()
1313+914let () =
1015 let opams = [Pkg.opam_file "cmdliner.opam"] in
1111- Pkg.describe "cmdliner" ~opams @@ fun c ->
1616+ Pkg.describe "cmdliner" ~distrib ~opams @@ fun c ->
1217 Ok [ Pkg.mllib ~api:["Cmdliner"] "src/cmdliner.mllib" ]