Skip to content

Commit

Permalink
Updating build script
Browse files Browse the repository at this point in the history
  • Loading branch information
alsonkemp committed Jun 10, 2009
1 parent eb15b43 commit ec49704
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build-turbinado
@@ -1,6 +1,25 @@
#!/bin/sh

echo "Building trturbinado"
cd Turbinado/PreProcessor
echo " configuring..."
runghc Setup.lhs configure
echo " building..."
runghc Setup.lhs build
echo " copying to ~/bin..."
cp dist/build/trturbinado/trturbinado ~/bin
echo ""
echo "-------------"
echo ""

cd ../..
echo "Building turbinado"
echo " configuring..."
runghc Setup.lhs configure
echo " building..."
runghc Setup.lhs build
echo " building documentation..."
runghc Setup.lhs haddock --hscolour-css=static/css/hscolour.css --hyperlink-source

echo "Finished"

0 comments on commit ec49704

Please sign in to comment.