~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty-proposed

« back to all changes in this revision

Viewing changes to sf/newrelease

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
cd ..
4
 
./build distclean
5
 
./build programs
6
 
 
7
 
cd bin
8
 
./createhtml
9
 
./ziphtml
10
 
 
11
 
cd ../sf
12
 
yodl2html index || exit 1
13
 
unzip ../zip/cplusplus.html.zip
14
 
 
15
 
scp -r index.html annotations \
16
 
        fbb,cppannotations@web.sourceforge.net:htdocs/
17
 
 
18
 
rm -rf annotations
19
 
 
20
 
cd ..
21
 
./build distclean
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28