Last change
on this file since 16 was 4, checked in by Pavel Demin, 16 years ago |
first commit
|
-
Property svn:executable
set to
*
|
File size:
295 bytes
|
Line | |
---|
1 | #! /bin/sh
|
---|
2 |
|
---|
3 | if [ $# -ne 1 ]
|
---|
4 | then
|
---|
5 | echo " Usage: $0 output_file"
|
---|
6 | echo " output_file - output file in HTML format."
|
---|
7 | exit
|
---|
8 | fi
|
---|
9 |
|
---|
10 | awk -f branches_gen.awk \
|
---|
11 | ../../test/ExRootLHEFConverter.cpp \
|
---|
12 | ../../pgs/ExRootAnalysis.cc > $1
|
---|
13 | awk -f classes_gen.awk ../../ExRootAnalysis/ExRootClasses.h >> $1
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.