summaryrefslogtreecommitdiffstats
path: root/panupdate
diff options
context:
space:
mode:
Diffstat (limited to 'panupdate')
-rwxr-xr-xpanupdate1
1 files changed, 1 insertions, 0 deletions
diff --git a/panupdate b/panupdate
index d751040..26063c0 100755
--- a/panupdate
+++ b/panupdate
@@ -11,6 +11,7 @@ do
pandoc -s --toc --toc-depth=6 \
--ascii -V toc-title:"Contents" \
-f markdown-smart $file -t html -o $newfile
+ python update_targets.py $newfile
fi
if [[ "$file" == *.description ]]
then