| 46 |
if [ -e $dir/force-rebuild ]; then |
if [ -e $dir/force-rebuild ]; then |
| 47 |
needupdate="yes" |
needupdate="yes" |
| 48 |
fi |
fi |
| 49 |
|
# If the XSL file is newer than the HTML file, then force update |
| 50 |
|
if [ "../xsl/pts.xsl" -nt "$htmlfile" ]; then |
| 51 |
|
needupdate="yes" |
| 52 |
|
fi |
| 53 |
# Create parameters and check if an update is needed |
# Create parameters and check if an update is needed |
| 54 |
for i in news excuse other s-p-u t-p-u stable-security testing-security experimental stable testing unstable |
for i in news excuse other s-p-u t-p-u stable-security testing-security experimental stable testing unstable |
| 55 |
do |
do |