|
||||
File indexing completed on 2024-04-06 12:05:36
0001 #!/bin/sh 0002 0003 0004 0005 0006 DOC_PATH=$CMSSW_BASE 0007 0008 if [ ! -d "$DOC_PATH/src/Documentation/DataFormats/python" ]; then 0009 DOC_PATH=$CMSSW_RELEASE_BASE 0010 fi 0011 0012 #echo $DOC_PATH 0013 0014 if [ $# -lt 1 ]; then 0015 python $DOC_PATH/src/Documentation/DataFormats/python/dataformats.py $DOC_PATH 0016 exit 1 0017 else 0018 python $DOC_PATH/src/Documentation/DataFormats/python/dataformats.py $DOC_PATH $1 0019 fi 0020 0021
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |