Skip to content

Commit

Permalink
automatic pdf manual generation integrated
Browse files Browse the repository at this point in the history
  • Loading branch information
gtesei committed Oct 16, 2015
1 parent 5b06294 commit 462fbe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if [[ $? -eq 0 ]]; then
echo ">> adding updates ..."
git status
git add R-package/*
cp R-package.Rcheck/fastfurious-manual.pdf .
git add fastfurious-manual.pdf
if [[ $? -eq 0 ]]; then
echo ">> committing and pushing to github ..."
git status
Expand Down
1 change: 1 addition & 0 deletions menv.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
addpath([curr_dir '/competitions/digit-recognizer']);
addpath([curr_dir '/competitions/restaurant-revenue-prediction']);
addpath([curr_dir '/competitions/otto-group-product-classification-challenge']);
addpath([curr_dir '/competitions/springleaf-marketing-respons']);

addpath([curr_dir '/dataset/poly/']);

Expand Down

0 comments on commit 462fbe2

Please sign in to comment.