Changeset 29 for trunk/oar/Makefile


Ignore:
Timestamp:
Nov 30, 2011, 10:42:49 PM (12 years ago)
Author:
g7moreau
Message:
  • Manual for oar-envsh
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/Makefile

    r24 r29  
    77.PHONY: all clean distclean
    88
    9 all: mpilauncher mpilauncher.1
     9all: mpilauncher mpilauncher.1 oar-envsh.1
    1010
    1111clean:
     
    2323
    2424%.1: %.cpp
    25         grep '^.\*' $< | sed -e 's/^..//; s/^.//' | pod2man -n $* $(PODFLAG) > $@
     25        sed -re 's#^[/ ]\* ?##; s#^// ?##' $< | pod2man -n $* $(PODFLAG) > $@
     26
     27%.1: %
     28        pod2man -n $* $(PODFLAG) $< > $@
    2629
    2730# astyle --style=banner -s3 mpilauncher.cpp
Note: See TracChangeset for help on using the changeset viewer.