Removing obsolete manual copy commands from release scripts, since we copy the manual in now periodically by hand.
This commit is contained in:
parent
1a9d088aa8
commit
6f0a72750e
7
dist/build-arch-tag
vendored
7
dist/build-arch-tag
vendored
@ -73,10 +73,6 @@ BUILDDIR=$TMPDIR/$ARCHNAME
|
|||||||
# Archive destination file without extension
|
# Archive destination file without extension
|
||||||
DESTFILE=$DESTDIR/$ARCHNAME
|
DESTFILE=$DESTDIR/$ARCHNAME
|
||||||
|
|
||||||
# Internal locations
|
|
||||||
DOCDIR=$SRCDIR/doc/manual
|
|
||||||
MANUAL=scyther-manual.pdf
|
|
||||||
|
|
||||||
rm -rf $SRCDIR
|
rm -rf $SRCDIR
|
||||||
rm -rf $BUILDDIR
|
rm -rf $BUILDDIR
|
||||||
|
|
||||||
@ -93,9 +89,6 @@ echo "SCYTHER_GUI_VERSION = \"$TAG\"" >$BUILDDIR/Gui/Version.py
|
|||||||
echo "#define TAGVERSION \"$TAG\"" >$SRCDIR/src/version.h
|
echo "#define TAGVERSION \"$TAG\"" >$SRCDIR/src/version.h
|
||||||
echo "" >>$SRCDIR/src/version.h
|
echo "" >>$SRCDIR/src/version.h
|
||||||
|
|
||||||
# Manual
|
|
||||||
cp $DOCDIR/$MANUAL $BUILDDIR
|
|
||||||
|
|
||||||
# Change into sources directory
|
# Change into sources directory
|
||||||
cd $SRCDIR/src
|
cd $SRCDIR/src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user