cvs commit: fptools/alex/src Main.hs Makefile fptools/happy/src Main.lhs Makefile fptools/haddock/src Main.hs Makefile
Mike Thomas <[email protected]> Fri, 28 May 2004 13:17:56 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.happy |
|---|---|
| Message-ID | <[email protected]> |
mthomas 2004/05/28 13:17:56 PDT
Modified files:
alex/src Main.hs Makefile
happy/src Main.lhs Makefile
haddock/src Main.hs Makefile
Log:
Windows: search for templates in executable directory. Unix: Haddock tries cwd first rather than error if no -l arg.
Revision Changes Path
1.5 +45 -5 fptools/alex/src/Main.hs
1.8 +5 -1 fptools/alex/src/Makefile
1.50 +44 -5 fptools/happy/src/Main.lhs
1.48 +5 -1 fptools/happy/src/Makefile
1.65 +40 -1 fptools/haddock/src/Main.hs
1.18 +4 -0 fptools/haddock/src/Makefile