*** empty log message ***
This commit is contained in:
parent
1d64ce1732
commit
f4ce9fc19b
@ -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 ==
|
||||||
|
@ -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 ==
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user