Changeset 24


Ignore:
Timestamp:
Nov 29, 2011, 11:43:17 PM (12 years ago)
Author:
g7moreau
Message:
  • Update man
Location:
trunk/oar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/Makefile

    r23 r24  
    22CC=mpiCC
    33CCFLAGS=-O2
     4PODFLAG=-c 'User Contributed OAR Documentation' -r 'LEGI Trokata'
     5
    46
    57.PHONY: all clean distclean
     
    2123
    2224%.1: %.cpp
    23         grep '^.\*' $< | sed -e 's/^..//; s/^.//' | pod2man > $@
     25        grep '^.\*' $< | sed -e 's/^..//; s/^.//' | pod2man -n $* $(PODFLAG) > $@
    2426
    2527# astyle --style=banner -s3 mpilauncher.cpp
  • trunk/oar/mpilauncher.cpp

    r22 r24  
    205205 * =head1 SYNOPSIS
    206206 *
    207  *  mpilauncher root_folder command [args] mpilauncher -f command_file
     207 *  mpilauncher root_folder command [args]
     208 *  mpilauncher -f command_file
    208209 *
    209210 * =cut
Note: See TracChangeset for help on using the changeset viewer.