summaryrefslogtreecommitdiffstats
path: root/build.rs
AgeCommit message (Collapse)Author
2020-09-20Remove 'liquid' dependencysharkdp
2020-09-14Fix packaging and Use parameterized names for zsh completionKienyew
2020-04-24simplify build.rsLzu Tao
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24simplify build.rsLzu Tao
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-22chore: Update liquid to 0.20Igor Raits
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-03-22Write completions and manfile to cargo outdir (cargo publish restriction)sharkdp
2019-09-27Revert changing generated file names based on parametersEthan P
It should be handled by a packaging script, not a build script.
2019-09-27Update fish completions to use parameterized namesEthan P
2019-09-27Update manual page to use parameterized namesEthan P
2019-01-26Completely disable generation of shell completion filessharkdp
2018-10-03Generate shell completions with clap during build (#327)davideGiovannini
* Generate shell completions with clap during build * Updated ci release script, added SHELL_COMPLETIONS_DIR override to build.rs and fixed dependency version