Removing obsolete manual copy commands from release scripts, since we copy the manual in now periodically by hand.

This commit is contained in:
Cas Cremers 2013-12-12 09:02:04 +00:00
parent 1a9d088aa8
commit 6f0a72750e

7
dist/build-arch-tag vendored
View File

@ -73,10 +73,6 @@ BUILDDIR=$TMPDIR/$ARCHNAME
# Archive destination file without extension
DESTFILE=$DESTDIR/$ARCHNAME
# Internal locations
DOCDIR=$SRCDIR/doc/manual
MANUAL=scyther-manual.pdf
rm -rf $SRCDIR
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 "" >>$SRCDIR/src/version.h
# Manual
cp $DOCDIR/$MANUAL $BUILDDIR
# Change into sources directory
cd $SRCDIR/src