Changeset 50 for trunk/oarutils


Ignore:
Timestamp:
Dec 13, 2011, 9:38:56 AM (12 years ago)
Author:
g7moreau
Message:
  • Add html rules
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oarutils/Makefile

    r49 r50  
    5555        sed -re 's#^[/ ]\* ?##; s#^// ?##' $< | pod2man -n $* $(PODFLAG) > $@
    5656
     57%.html: %.cpp
     58        sed -re 's#^[/ ]\* ?##; s#^// ?##' $< | pod2html > $@
     59
    5760%.1: %
    5861        pod2man -n $* $(PODFLAG) $< > $@
    5962
     63%.html: %
     64        pod2html $< > $@
     65
    6066# astyle --style=banner -s3 mpilauncher.cpp
    6167# perltidy -i=3 -ci=3 -icp -icb -pt=2 -bt=2 -bbt=2 -b oar-parexec
Note: See TracChangeset for help on using the changeset viewer.