Changeset 3147
- Timestamp:
- 05/13/05 14:43:12 (4 years ago)
- svk:copy_cache_prev:
- 4718
- Files:
-
- 1 modified
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r2886 r3147 199 199 haddock : $version_h $config_h @hppfiles docs/haddock 200 200 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')]}.-" 202 203 203 204 docs/haddock :
