Skip to content

Commit

Permalink
fix docs location
Browse files Browse the repository at this point in the history
  • Loading branch information
bit101 committed Jan 1, 2016
1 parent 33fa7b8 commit 75c1459
Show file tree
Hide file tree
Showing 69 changed files with 9 additions and 9 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions src/build.sh
Expand Up @@ -2,14 +2,14 @@
r.js -o build.js
cp glc-min.js ../app/

rm -rf ../app/docs
mkdir ../app/docs
rm -rf ../docs
mkdir ../docs

pandoc docs/index.md -f markdown -t html5 -s -o ../app/docs/index.html -H docs/main.css
pandoc docs/intro.md -f markdown -t html5 -s -o ../app/docs/intro.html -H docs/main.css
pandoc docs/objects.md -f markdown -t html5 -s -o ../app/docs/objects.html -H docs/main.css
pandoc docs/properties.md -f markdown -t html5 -s -o ../app/docs/properties.html -H docs/main.css
pandoc docs/styles.md -f markdown -t html5 -s -o ../app/docs/styles.html -H docs/main.css
pandoc docs/tips.md -f markdown -t html5 -s -o ../app/docs/tips.html -H docs/main.css
pandoc docs/index.md -f markdown -t html5 -s -o ../docs/index.html -H docs/main.css
pandoc docs/intro.md -f markdown -t html5 -s -o ../docs/intro.html -H docs/main.css
pandoc docs/objects.md -f markdown -t html5 -s -o ../docs/objects.html -H docs/main.css
pandoc docs/properties.md -f markdown -t html5 -s -o ../docs/properties.html -H docs/main.css
pandoc docs/styles.md -f markdown -t html5 -s -o ../docs/styles.html -H docs/main.css
pandoc docs/tips.md -f markdown -t html5 -s -o ../docs/tips.html -H docs/main.css

cp docs/images ../app/docs/ -r
cp docs/images ../docs/ -r

0 comments on commit 75c1459

Please sign in to comment.