"Committed_by_peb"

This commit is contained in:
peb
2005-02-03 14:23:02 +00:00
parent d877eed0bc
commit 1223863e9a

View File

@@ -2,8 +2,8 @@
###################################################################### ######################################################################
# Author: Peter Ljunglöf # Author: Peter Ljunglöf
# Time-stamp: "2005-02-03, 16:05" # Time-stamp: "2005-02-03, 16:21"
# CVS $Date: 2005/02/03 15:13:36 $ # CVS $Date: 2005/02/03 15:23:02 $
# CVS $Author: peb $ # CVS $Author: peb $
# #
# a script for producing documentation through Haddock # a script for producing documentation through Haddock
@@ -18,12 +18,17 @@ set rmfiles = {Lex,Par}{CFG,GF,GFC}.hs
###################################################################### ######################################################################
echo 0. Cleaning Haddock directory echo 0. Creating and cleaning Haddock directory
if (-d $docdir) then
rm $docdir/* rm $docdir/*
else
mkdir $docdir
endif
###################################################################### ######################################################################
echo
echo 1. Selecting and copying Haskell files echo 1. Selecting and copying Haskell files
foreach d ($dirs) foreach d ($dirs)