mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Make roc_docs responsible for build dir constant
This commit is contained in:
parent
437f7dcf8b
commit
b7c7bbaf1d
3 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@ use roc_mono::ir::OptLevel;
|
|||
use std::env;
|
||||
use std::ffi::OsStr;
|
||||
use std::io;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::path::Path;
|
||||
use std::process;
|
||||
use target_lexicon::BinaryFormat;
|
||||
use target_lexicon::{
|
||||
|
@ -239,10 +239,6 @@ pub fn build_app<'a>() -> Command<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn docs(files: Vec<PathBuf>) {
|
||||
roc_docs::generate_docs_html(files, Path::new("./generated-docs"))
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum BuildConfig {
|
||||
BuildOnly,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue