malcolm 2005/07/04 08:28:59 PDT
Modified files:
src/hattrans Flags.hs HatTrans.hs
Log:
Fix the generation of new directory and file names in hat-trans.
Previously, we assumed the source filepath always reflected the
hierarchical module namespace, so the Hat portion was added at
the front. But some paths are just plain relative directories,
in which case the Hat portion should be added at the end.
Revision Changes Path
1.26 +4 -2 hat/src/hattrans/Flags.hs
1.15 +1 -2 hat/src/hattrans/HatTrans.hs