Taken from sources in CVS at:
https://sourceforge.net/projects/rocketworkbench/
Sources extracted in two steps:
1. Pull entire project tree into a subdir "rwb" via "rsync":
rsync -a a.cvs.sourceforge.net::cvsroot/rocketworkbench/ rwb/.
2. Export sources:
export CVSROOT=$(pwd)/rwb
SUBDIRS="analyser cpropep cpropep-web CVSROOT data libcompat libcpropep libnum libsimulation libthermo prop rocketworkbench rockflight"
mkdir rwbx; cd rwbx
cvs export -D now ${SUBDIRS}
After this (and some backups for safety), the directory content was
added to a Git repo:
git init .
git add *
35 lines
708 B
Perl
35 lines
708 B
Perl
# LaTeX2HTML 99.2beta8 (1.42)
|
|
# Associate internals original text with physical files.
|
|
|
|
|
|
$key = q/variable/;
|
|
$ref_files{$key} = "$dir".q|star.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/star/;
|
|
$ref_files{$key} = "$dir".q|star.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/grah/;
|
|
$ref_files{$key} = "$dir".q|star.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/arc/;
|
|
$ref_files{$key} = "$dir".q|star.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/len/;
|
|
$ref_files{$key} = "$dir".q|star.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/res/;
|
|
$ref_files{$key} = "$dir".q|star.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
$key = q/cite_nasa/;
|
|
$ref_files{$key} = "$dir".q|star.html|;
|
|
$noresave{$key} = "$nosave";
|
|
|
|
1;
|
|
|