~ubuntu-branches/ubuntu/trusty/python-pyo/trusty

« back to all changes in this revision

Viewing changes to scripts/release_doc_src.sh

  • Committer: Package Import Robot
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2013-01-30 00:41:56 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20130130004156-bznl6b78sxa2640d
Tags: upstream-0.6.3+svn1068
ImportĀ upstreamĀ versionĀ 0.6.3+svn1068

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
 
3
 
cp -R ./doc/manual ./doc/pyo_0.6.2-doc
 
3
cp -R ./doc/manual ./doc/pyo_0.6.3-doc
4
4
cd doc
5
 
tar -cjvf pyo_0.6.2-doc.tar.bz2 pyo_0.6.2-doc
6
 
rm -R pyo_0.6.2-doc
 
5
tar -cjvf pyo_0.6.3-doc.tar.bz2 pyo_0.6.3-doc
 
6
rm -R pyo_0.6.3-doc
7
7
cd ..
8
8
 
9
 
svn export . pyo_0.6.2-src
10
 
tar -cjvf pyo_0.6.2-src.tar.bz2 pyo_0.6.2-src
11
 
rm -R pyo_0.6.2-src
 
9
svn export . pyo_0.6.3-src
 
10
tar -cjvf pyo_0.6.3-src.tar.bz2 pyo_0.6.3-src
 
11
rm -R pyo_0.6.3-src