]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
stripped tarfile
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Sep 2007 15:12:17 +0000 (15:12 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Sep 2007 15:12:17 +0000 (15:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@15192 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/make_tarfile.sh

index 42c436ae9618e85768d35bf5e8e270944676a035..66be47af820e64244035d25b561c9e4e2559e8d4 100755 (executable)
@@ -14,9 +14,29 @@ PATCH=$3
 
 svn export http://wolfgang.math.tamu.edu/svn/public/deal.II/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 .
+cd deal.II
+mkdir doc mkdir doxygen
+cd doc
+touch Makefile.in
+cd doxygen
+touch Makefile.in options.dox.in options.136.in header.html.in header.136.in header.tex.in
+cd ../../..
+tar czf deal.nodoc-$MAJOR.$MINOR.$PATCH.tar.gz deal.II
+rm -rf deal.II/doc
+mv doc examples deal.II
+
+# Generate documentation
+
 cd deal.II
 ./configure --with-umfpack
 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.