about summary refs log tree commit diff stats
path: root/update_html
diff options
context:
space:
mode:
Diffstat (limited to 'update_html')
-rwxr-xr-xupdate_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_html b/update_html
index 4e618410..a1a04a17 100755
--- a/update_html
+++ b/update_html
@@ -81,7 +81,7 @@ do
 done
 
 echo > /tmp/tags
-for f in subx/examples/*.subx subx/apps/*.subx
+for f in subx/*.subx subx/examples/*.subx subx/apps/*.subx
 do
   process $f
 done