File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ if [ "$BUILDID" = "" ]; then
2929 export BUILDID=" $VERSION -$BUILDHASH "
3030fi
3131
32- echo " inet-$BUILDID " > Version
33-
3432FILENAME=$INET_ROOT /inet-$BUILDID -src.tgz
3533DIRNAME=inet
3634
@@ -39,11 +37,13 @@ mkdir -p $INET_ROOT/out/$DIRNAME
3937
4038git checkout-index -a -f --prefix=$INET_ROOT /out/$DIRNAME / || { echo --- error copying repo ---; exit 1; }
4139
40+ echo " inet-$BUILDID " > $INET_ROOT /out/$DIRNAME /Version
41+
4242# copying documentation
43- cp -r doc/doxy $INET_ROOT /out/$DIRNAME /doc || { echo --- error copying generated docs ---; exit 1; }
44- cp -r doc/neddoc $INET_ROOT /out/$DIRNAME /doc || { echo --- error copying generated docs ---; exit 1; }
45- cp -r doc/index.html $INET_ROOT /out/$DIRNAME /doc || { echo --- error copying generated docs ---; exit 1; }
46- cp -r doc/inet-manual* .pdf $INET_ROOT /out/$DIRNAME /doc || { echo --- error copying generated docs ---; exit 1; }
43+ # cp -r doc/doxy $INET_ROOT/out/$DIRNAME/doc || { echo --- error copying generated docs ---; exit 1;}
44+ # cp -r doc/neddoc $INET_ROOT/out/$DIRNAME/doc || { echo --- error copying generated docs ---; exit 1;}
45+ # cp -r doc/index.html $INET_ROOT/out/$DIRNAME/doc || { echo --- error copying generated docs ---; exit 1;}
46+ # cp -r doc/inet-manual*.pdf $INET_ROOT/out/$DIRNAME/doc || { echo --- error copying generated docs ---; exit 1;}
4747
4848# switch to the destination dir
4949cd $INET_ROOT /out/$DIRNAME
You can’t perform that action at this time.
0 commit comments