53 lines
2.2 KiB
Batchfile
53 lines
2.2 KiB
Batchfile
|
|
'Batch-Script to generate PD of the NR2A
|
||
|
|
|
||
|
|
echo "" > "Documentation_NR2A"
|
||
|
|
type "NestedRelation2Algebra.h" >> "Documentation_NR2A"
|
||
|
|
type "Include.h" >> "Documentation_NR2A"
|
||
|
|
type "NestedRelation2Algebra.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Nr2aException.h" >> "Documentation_NR2A"
|
||
|
|
type "Nr2aException.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Nr2aHelper.h" >> "Documentation_NR2A"
|
||
|
|
type "Nr2aHelper.cpp" >> "Documentation_NR2A"
|
||
|
|
type "NRel.h" >> "Documentation_NR2A"
|
||
|
|
type "NRel.cpp" >> "Documentation_NR2A"
|
||
|
|
type "ARel.h" >> "Documentation_NR2A"
|
||
|
|
type "ARel.cpp" >> "Documentation_NR2A"
|
||
|
|
type "ProgressEstimator.h" >> "Documentation_NR2A"
|
||
|
|
type "Nr2aLocalInfo.h" >> "Documentation_NR2A"
|
||
|
|
type "BlockingProgressEstimator.h" >> "Documentation_NR2A"
|
||
|
|
type "BlockingProgressEstimator.cpp" >> "Documentation_NR2A"
|
||
|
|
type "LinearProgressEstimator.h" >> "Documentation_NR2A"
|
||
|
|
type "Count.h" >> "Documentation_NR2A"
|
||
|
|
type "Count.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Rename.h" >> "Documentation_NR2A"
|
||
|
|
type "Rename.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Extract.h" >> "Documentation_NR2A"
|
||
|
|
type "Extract.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Feed.h" >> "Documentation_NR2A"
|
||
|
|
type "Feed.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Consume.h" >> "Documentation_NR2A"
|
||
|
|
type "Consume.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Aconsume.h" >> "Documentation_NR2A"
|
||
|
|
type "Aconsume.cpp" >> "Documentation_NR2A"
|
||
|
|
type "GetTuples.h" >> "Documentation_NR2A"
|
||
|
|
type "GetTuples.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Nest.h" >> "Documentation_NR2A"
|
||
|
|
type "Nest.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Unnest.h" >> "Documentation_NR2A"
|
||
|
|
type "Unnest.cpp" >> "Documentation_NR2A"
|
||
|
|
type "DblpImport.h" >> "Documentation_NR2A"
|
||
|
|
type "DblpImport.cpp" >> "Documentation_NR2A"
|
||
|
|
type "DblpParser.h" >> "Documentation_NR2A"
|
||
|
|
type "DblpParser.cpp" >> "Documentation_NR2A"
|
||
|
|
type "XmlParserInterface.h" >> "Documentation_NR2A"
|
||
|
|
type "XmlParserInterface.cpp" >> "Documentation_NR2A"
|
||
|
|
type "Element.h" >> "Documentation_NR2A"
|
||
|
|
type "Element.cpp" >> "Documentation_NR2A"
|
||
|
|
type "XmlFileReader.h" >> "Documentation_NR2A"
|
||
|
|
type "XmlFileReader.cpp" >> "Documentation_NR2A"
|
||
|
|
type "GenRel.h" >> "Documentation_NR2A"
|
||
|
|
type "GenRel.cpp" >> "Documentation_NR2A"
|
||
|
|
type "TypeOf.h" >> "Documentation_NR2A"
|
||
|
|
type "TypeOf.cpp" >> "Documentation_NR2A"
|
||
|
|
pd2pdf "DocumentationNR2A"
|