FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e312fc3b authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@898 29193198-4895-4776-b068-10539e920549
parent c82edc4b
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ gradint.zip: $(Riscos_Files) riscos.zip
zip -9 -r gradint.zip \!gradint/* # update with gradint sources
rm -rf \!gradint
publish: $(All_Versions)
publish0: $(All_Versions)
mv $(All_Versions) ~/public_html/gradint/
cp vocab.txt advanced.txt ~/public_html/gradint/
cp samples/README.txt ~/public_html/gradint/samples-readme.txt
......@@ -209,6 +209,14 @@ publish: $(All_Versions)
~/homepage/update
ssh -i ~/.srcf/keyfile st0rage.org "cd eGuidedog/ssb22/gradint; screen -d -m /bin/bash -c '. build-sync.sh'"
publish:
# do it from /tmp so as to avoid confusing HomeSync if ssh'ing in from a PWF Mac
rm -rf /tmp/ssb22/gradint0
mkdir -p /tmp/ssb22/gradint0
cp -r * /tmp/ssb22/gradint0
pushd /tmp/ssb22/gradint0 && make publish0 && popd
rm -rf /tmp/ssb22/gradint0
gradint-build.7z:
mkdir ../gradint-build00
cp -r * ../gradint-build00
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment