Skip to content

Commit

Permalink
Fixed makefile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Mar 23, 2015
1 parent 0051f2e commit eff1ef4
Show file tree
Hide file tree
Showing 45 changed files with 302 additions and 6,863 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ doc:
cat README.md | sed -e 's/^/\/\/! /g' > readme.bak
sed -i '/\/\/ DOCS/r readme.bak' src/lib.rs
rm -rf docs/*
cp -r target/doc/* docs/
(cargo doc --no-deps && make clean) || (make clean && false)

clean:
cp -r target/doc/* docs/
cd "$(THIS_DIR)"
mv code.bak src/lib.rs || true
rm *.bak || true
17 changes: 17 additions & 0 deletions code.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#![crate_type= "lib"]

#![feature(libc)]
#![feature(exit_status)]

// DOCS

pub use args::{Arg, SubCommand, ArgMatches};
pub use app::App;

mod app;
mod args;

#[cfg(test)]
mod tests {
use super::*;
}
Binary file removed docs/FiraSans-Medium.woff
Binary file not shown.
Binary file removed docs/FiraSans-Regular.woff
Binary file not shown.
Binary file removed docs/Heuristica-Italic.woff
Binary file not shown.
Binary file removed docs/SourceCodePro-Regular.woff
Binary file not shown.
Binary file removed docs/SourceCodePro-Semibold.woff
Binary file not shown.
Binary file removed docs/SourceSerifPro-Bold.woff
Binary file not shown.
Binary file removed docs/SourceSerifPro-Regular.woff
Binary file not shown.
Empty file removed docs/clap/app/index.html
Empty file.
1 change: 0 additions & 1 deletion docs/clap/app/sidebar-items.js

This file was deleted.

10 changes: 0 additions & 10 deletions docs/clap/app/struct.App.html

This file was deleted.

Empty file removed docs/clap/args/arg/index.html
Empty file.
1 change: 0 additions & 1 deletion docs/clap/args/arg/sidebar-items.js

This file was deleted.

10 changes: 0 additions & 10 deletions docs/clap/args/arg/struct.Arg.html

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion docs/clap/args/argmatches/sidebar-items.js

This file was deleted.

10 changes: 0 additions & 10 deletions docs/clap/args/argmatches/struct.ArgMatches.html

This file was deleted.

Empty file removed docs/clap/args/index.html
Empty file.
1 change: 0 additions & 1 deletion docs/clap/args/sidebar-items.js

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion docs/clap/args/subcommand/sidebar-items.js

This file was deleted.

10 changes: 0 additions & 10 deletions docs/clap/args/subcommand/struct.SubCommand.html

This file was deleted.

263 changes: 0 additions & 263 deletions docs/clap/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/clap/sidebar-items.js

This file was deleted.

Loading

0 comments on commit eff1ef4

Please sign in to comment.