spielwiese
Last change
on this file since a311b30 was
1a1f34b,
checked in by Hans Schoenemann <hannes@…>, 8 years ago
|
removed unsed files, fixed make_tar.sh and make dist
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | VERSION=4.0.2p1 |
---|
3 | export VERSION |
---|
4 | |
---|
5 | git archive --prefix=singular-$VERSION/ HEAD |tar xf - |
---|
6 | mkdir singular-$VERSION/doc |
---|
7 | cp doc/*.man singular-$VERSION/doc/. |
---|
8 | command rm singular-$VERSION/.gdbinit singular-$VERSION/*/.gdbinit singular-$VERSION/*/*/.gdbinit singular-$VERSION/*/*/*/.gdbinit |
---|
9 | command rm singular-$VERSION/IntegerProgramming/README |
---|
10 | command rm -rf singular-$VERSION/modules |
---|
11 | command rm -rf singular-$VERSION/factory/old |
---|
12 | cd singular-$VERSION |
---|
13 | ./autogen.sh |
---|
14 | cd .. |
---|
15 | command rm -rf singular-$VERSION/autom4te.cache |
---|
16 | command rm -rf singular-$VERSION/*/autom4te.cache |
---|
17 | command rm -rf singular-$VERSION/*/*/autom4te.cache |
---|
18 | command rm -rf singular-$VERSION/omalloc/Misc |
---|
19 | command rm -rf singular-$VERSION/Singular/LIB/surfex |
---|
20 | command rm -rf singular-$VERSION/Singular/dyn_modules/*/test*sh |
---|
21 | command rm -rf singular-$VERSION/Singular/cnf2ideal.py |
---|
22 | command rm -rf singular-$VERSION/kernel/old singular-$VERSION/kernel/sample |
---|
23 | command rm -rf singular-$VERSION/dox/Doxyfile.html.all singular-$VERSION/dox/Doxyfile.in1 singular-$VERSION/dox/Doxyfile.latex.short singular-$VERSION/dox/readme |
---|
24 | command rm singular-$VERSION/factory/ConwayList.txt |
---|
25 | command rm -rf singular-$VERSION/logo singular-$VERSION/standalone.test singular-$VERSION/templates singular-$VERSION/tests |
---|
26 | tar cf singular-$VERSION.tar singular-$VERSION |
---|
27 | gzip -9 -f singular-$VERSION.tar |
---|
28 | command rm -rf singular-$VERSION |
---|
Note: See
TracBrowser
for help on using the repository browser.