Changeset 50 for trunk/oarutils
- Timestamp:
- Dec 13, 2011, 9:38:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/Makefile
r49 r50 55 55 sed -re 's#^[/ ]\* ?##; s#^// ?##' $< | pod2man -n $* $(PODFLAG) > $@ 56 56 57 %.html: %.cpp 58 sed -re 's#^[/ ]\* ?##; s#^// ?##' $< | pod2html > $@ 59 57 60 %.1: % 58 61 pod2man -n $* $(PODFLAG) $< > $@ 59 62 63 %.html: % 64 pod2html $< > $@ 65 60 66 # astyle --style=banner -s3 mpilauncher.cpp 61 67 # 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.