Changeset 1a1f34b in git for make_tar.sh


Ignore:
Timestamp:
Oct 14, 2015, 3:37:33 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
a311b308796b46b4d4f62c4adfb1226432365f62
Parents:
20a02439b361225625d282efe4ba0927de9c71cc
Message:
removed unsed files, fixed make_tar.sh and make dist
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make_tar.sh

    r20a0243 r1a1f34b  
    77cp doc/*.man singular-$VERSION/doc/.
    88command rm singular-$VERSION/.gdbinit singular-$VERSION/*/.gdbinit singular-$VERSION/*/*/.gdbinit singular-$VERSION/*/*/*/.gdbinit
     9command rm singular-$VERSION/IntegerProgramming/README
    910command rm -rf singular-$VERSION/modules
    1011command rm -rf singular-$VERSION/factory/old
     12cd singular-$VERSION
     13./autogen.sh
     14cd ..
    1115command rm -rf singular-$VERSION/autom4te.cache
    1216command rm -rf singular-$VERSION/*/autom4te.cache
    1317command rm -rf singular-$VERSION/*/*/autom4te.cache
    14 cd singular-$VERSION
    15 ./autogen.sh
    16 cd ..
     18command rm -rf singular-$VERSION/omalloc/Misc
     19command rm -rf singular-$VERSION/Singular/LIB/surfex
     20command rm -rf singular-$VERSION/Singular/dyn_modules/*/test*sh
     21command rm -rf singular-$VERSION/Singular/cnf2ideal.py
     22command rm -rf singular-$VERSION/kernel/old singular-$VERSION/kernel/sample
     23command rm -rf singular-$VERSION/dox/Doxyfile.html.all singular-$VERSION/dox/Doxyfile.in1 singular-$VERSION/dox/Doxyfile.latex.short singular-$VERSION/dox/readme
     24command rm singular-$VERSION/factory/ConwayList.txt
     25command rm -rf singular-$VERSION/logo  singular-$VERSION/standalone.test  singular-$VERSION/templates  singular-$VERSION/tests
    1726tar cf singular-$VERSION.tar singular-$VERSION
    1827gzip -9 -f singular-$VERSION.tar
Note: See TracChangeset for help on using the changeset viewer.