Changeset 2497 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
04/29/05 23:42:50 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
4052
Message:

We have haddockability! (There's not yet a makefile rule for it -- I still
need to figure out the best options for it. In the meantime, try find src
-name \*.hs|perl -pe 's/hs$/hpp/'|xargs make && haddock find src -name \*.hpp)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r2135 r2497  
    1010-} 
    1111 
    12 #define PUGS_VERSION "6" 
    13 #define PUGS_DATE "" 
    14 #include "pugs_config.h" 
    15 #include "pugs_version.h" 
     12{- define PUGS_VERSION "6" -} 
     13{- define PUGS_DATE "" -} 
     14{- include "pugs_config.h" -} 
     15{- include "pugs_version.h" -} 
    1616 
    1717module Pugs.Help (printInteractiveHelp, printCommandLineHelp,