diff options
| author | peb <unknown> | 2005-03-29 10:17:53 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-29 10:17:53 +0000 |
| commit | 67aa6e7a81d8d22ff8409ed59fab7bacde2312a6 (patch) | |
| tree | 1759bd8e1b314e2b98ffb0a6116e2a1fb515908d /src/haddock/haddock-script.csh | |
| parent | ccf6017b030fcefd5964979f1b6d55e722616ef7 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/haddock/haddock-script.csh')
| -rw-r--r-- | src/haddock/haddock-script.csh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/haddock/haddock-script.csh b/src/haddock/haddock-script.csh index dd96a0f88..289f3a3a3 100644 --- a/src/haddock/haddock-script.csh +++ b/src/haddock/haddock-script.csh @@ -2,8 +2,8 @@ ###################################################################### # Author: Peter Ljunglöf -# Time-stamp: "2005-02-18, 14:26" -# CVS $Date: 2005/02/18 19:21:06 $ +# Time-stamp: "2005-03-22, 06:24" +# CVS $Date: 2005/03/29 11:17:54 $ # CVS $Author: peb $ # # a script for producing documentation through Haddock @@ -15,7 +15,7 @@ set resourcedir = $base/haddock-resources #set dirs = (. api compile grammar infra shell source canonical useGrammar cf newparsing parsers notrace cfgm speech visualization for-hugs for-ghc) -set files = (`find $base -name '*.hs' -not -path '*/conversions/*' -not -path '*/parsing/*' -not -path '*/for-*' -not -path '*/haddock*' -not -name 'Lex[GC]*' -not -name 'Par[GC]*'` $base/for-ghc-nofud/*.hs) +set files = (`find $base -name '*.hs' -not -path '*/old-stuff/*' -not -path '*/for-*' -not -path '*/haddock*' -not -name 'Lex[GC]*' -not -name 'Par[GC]*'` $base/for-ghc-nofud/*.hs) ###################################################################### |
