File: mkdoc.sh

package info (click to toggle)
python-elements 0.13%2Bsvn20090823.230%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,208 kB
  • ctags: 445
  • sloc: python: 2,816; makefile: 27; sh: 6
file content (15 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
echo "Creating Comments for the API Reference..."

echo "> ../elements.html"
#python add_comment.py elements.html > ../elements.html

echo "> ../add.html"
#python add_comment.py add.html > ../add.html

echo "> ../callbacks.html"
#python add_comment.py callbacks.html > ../callbacks.html

echo "> ../manual.html"
python add_comment.py manual.html > ../manual.html