Changeset 21693 for Makefile.PL

Show
Ignore:
Timestamp:
08/01/08 15:07:06 (4 months ago)
Author:
audreyt
Message:

* Add back "make smoke" and "make upload-smoke" targets.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21692 r21693  
    160160        \$(PERL) -Iutil -MPugsConfig -e "PugsConfig->write_config_module" > src/Pugs/Config.hs 
    161161 
     162smoke : $pugs util/run-smoke.pl 
     163        \$(PERL) util/run-smoke.pl . smoke.html 
     164 
     165upload-smoke : smoke.yml 
     166        \$(PERL) util/smokeserv/smokeserv-client.pl smoke.html smoke.yml 
    162167. 
    163168