Skip to content

Commit

Permalink
Use our own fork for the moment.
Browse files Browse the repository at this point in the history
Upstream documentation cannot be built with a modern `makeinfo`
(see adapteva/epiphany-cgen#2)
carletes committed Oct 28, 2014
1 parent 248cb13 commit 44b5dfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions checkout-cgen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

cgen_repo="https://github.com/adapteva/epiphany-cgen.git"
cgen_repo="https://github.com/carletes/epiphany-cgen.git"
cgen_dir="/vagrant/epiphany-cgen"

if [ ! -d $cgen_dir ] ; then
@@ -14,4 +14,6 @@ chown -R vagrant: $cgen_dir
make &&
cd cgen &&
make desc ARCH=epiphany &&
make html ARCH=epiphany)
make html ARCH=epiphany &&
cd doc &&
make html)

0 comments on commit 44b5dfa

Please sign in to comment.