*** empty log message ***

This commit is contained in:
hyung-hwan 2007-02-09 14:45:12 +00:00
parent 1d64ce1732
commit f4ce9fc19b
3 changed files with 7 additions and 6 deletions

View File

@ -8,10 +8,10 @@ ASE is a programming library implementing various programming languages for embe
Download the library source code from the following links. Download the library source code from the following links.
ase-0.1.0.tar.gz ase-0.1.0.tgz
[[[ [[[
* {Link 1,ase-0.1.0.tar.gz} * {Link 1,ase-0.1.0.tgz}
* {Link 2,http://my.dreamwiz.com/bacon/ase-0.1.0.tar.gz} * {Link 2,http://my.dreamwiz.com/bacon/ase-0.1.0.tgz}
]]] ]]]
== Documentation == == Documentation ==

View File

@ -8,10 +8,10 @@ ASE는 임베딩을 목적으로 여러가지 프로그래밍언어를 구현하
다음 링크에서 소스코드를 받을수 있다. 다음 링크에서 소스코드를 받을수 있다.
ase-0.1.0.tar.gz ase-0.1.0.tgz
[[[ [[[
* {링크 1,ase-0.1.0.tar.gz} * {링크 1,ase-0.1.0.tgz}
* {링크 2,http://my.dreamwiz.com/bacon/ase-0.1.0.tar.gz} * {링크 2,http://my.dreamwiz.com/bacon/ase-0.1.0.tgz}
]]] ]]]
== Documentation == == Documentation ==

View File

@ -99,6 +99,7 @@ finalize "" ""
cd "$ASETGT" cd "$ASETGT"
tar -cvf "ase-$ASEVER.tar" "ase-$ASEVER" tar -cvf "ase-$ASEVER.tar" "ase-$ASEVER"
gzip "ase-$ASEVER.tar" gzip "ase-$ASEVER.tar"
mv "ase-$ASEVER.tar.gz" "ase-$ASEVER.tgz"
rm -rf "ase-$ASEVER" rm -rf "ase-$ASEVER"
cd "$CURDIR" cd "$CURDIR"