This file is indexed.

/usr/share/doc/python-elements/dynamic/mkdoc.sh is in python-elements 0.13+svn20090823.230+dfsg-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#!/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