Changeset 3147

Show
Ignore:
Timestamp:
05/13/05 14:43:12 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4718
Message:

* "make haddock" should clean up after itself.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r2886 r3147  
    199199haddock : $version_h $config_h @hppfiles docs/haddock 
    200200        haddock -t Pugs-$version -h -o docs/haddock/ @hppfiles 
    201         \@\$(PERL) -le "print q-*** API Documentation generated in @{[File::Spec->catdir('docs', 'haddock').File::Spec->catdir('')]}.-" 
     201        \@\$(RM_F) @{[map "$_.pre", @hppfiles]} @hppfiles 
     202        \@\$(PERL) -le "print and print q-*** API Documentation generated in @{[File::Spec->catfile('docs', 'haddock', 'index.html')]}.-" 
    202203 
    203204docs/haddock :