]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove from here since it has moved to the homepage/RELEASE directory.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Sep 2012 17:26:27 +0000 (17:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Sep 2012 17:26:27 +0000 (17:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@26800 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/make_tarfile.sh [deleted file]

diff --git a/deal.II/common/scripts/make_tarfile.sh b/deal.II/common/scripts/make_tarfile.sh
deleted file mode 100755 (executable)
index 8b8befd..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-######################################################################
-# creates both tar files (source and documentation). call this script
-# in an otherwise empty directory as follows:
-#
-#   bash make_tarfile.sh 6 0 0
-#
-# to generate the tar files for release 6.0.0
-#
-######################################################################
-
-MAJOR=$1
-MINOR=$2
-PATCH=$3
-
-svn export http://www.dealii.org/svn/dealii/tags/Version-$MAJOR-$MINOR-$PATCH/deal.II
-
-# Generate distribution tarfile
-
-tar czf deal.II-$MAJOR.$MINOR.$PATCH.tar.gz deal.II
-
-# Generate stripped tarfile
-
-mv deal.II/doc deal.II/examples .
-tar czf deal.nodoc-$MAJOR.$MINOR.$PATCH.tar.gz deal.II
-mv doc examples deal.II
-
-# Generate documentation
-
-cd deal.II
-./configure --with-umfpack --without-petsc --without-trilinos
-make online-doc
-cd ..
-tar czf deal.doc-$MAJOR.$MINOR.$PATCH.tar.gz deal.II/doc
-

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.