summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-14 08:59:20 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-14 08:59:20 +0200
commita49b2d58f2c70343979d4a1dae821ef3a790a555 (patch)
tree0cd1a2e5f753a503306c3c0b6d15197db11a6f9a /extras
parentdebd071bb80da19c32a17873666116b4b38a8deb (diff)
downloadfpGUI-a49b2d58f2c70343979d4a1dae821ef3a790a555.tar.xz
updates build script to include docview app
Diffstat (limited to 'extras')
-rwxr-xr-xextras/cleanbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/cleanbuild.sh b/extras/cleanbuild.sh
index acb57bc9..e4e68996 100755
--- a/extras/cleanbuild.sh
+++ b/extras/cleanbuild.sh
@@ -3,4 +3,8 @@ cd ../src
./build.sh
cd ../uidesigner
fpc @extrafpc.cfg uidesigner.lpr
+cd ../docview/src
+fpc @extrafpc.cfg docview.lpr
+cd ../..
+