forked from GitHub/gf-core
"Committed_by_peb"
This commit is contained in:
@@ -8,7 +8,7 @@ GHCOPTFLAGS=-O2 $(GHCFLAGS)
|
||||
GHCFUDFLAG=
|
||||
JAVAFLAGS=-target 1.4 -source 1.4
|
||||
|
||||
HUGSINCLUDE =.:for-hugs:api:source:canonical:cf:grammar:infra:shell:useGrammar:compile:newparsing:trace:visualization:
|
||||
HUGSINCLUDE =.:{Hugs}/libraries:for-hugs:api:source:canonical:cf:grammar:infra:shell:useGrammar:compile:newparsing:cfgm:speech:visualization:
|
||||
BASICINCLUDE =-iapi -icompile -igrammar -iinfra -ishell -isource -icanonical -iuseGrammar -icf -inewparsing -iparsers -inotrace -icfgm -ispeech -ivisualization
|
||||
GHCINCLUDE =-ifor-ghc $(BASICINCLUDE)
|
||||
GHCINCLUDENOFUD=-ifor-ghc-nofud $(BASICINCLUDE)
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
######################################################################
|
||||
# Author: Peter Ljunglöf
|
||||
# Time-stamp: "2005-02-03, 16:21"
|
||||
# CVS $Date: 2005/02/03 15:23:02 $
|
||||
# Time-stamp: "2005-02-04, 10:12"
|
||||
# CVS $Date: 2005/02/04 09:46:17 $
|
||||
# CVS $Author: peb $
|
||||
#
|
||||
# a script for producing documentation through Haddock
|
||||
@@ -19,12 +19,10 @@ set rmfiles = {Lex,Par}{CFG,GF,GFC}.hs
|
||||
######################################################################
|
||||
|
||||
echo 0. Creating and cleaning Haddock directory
|
||||
echo -- $docdir
|
||||
|
||||
if (-d $docdir) then
|
||||
rm $docdir/*
|
||||
else
|
||||
mkdir $docdir
|
||||
endif
|
||||
mkdir -p $docdir
|
||||
rm $docdir/*
|
||||
|
||||
######################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user