Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/genhtml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/genhtml')
-rwxr-xr-xbin/genhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/genhtml b/bin/genhtml
index 8593727..2b22861 100755
--- a/bin/genhtml
+++ b/bin/genhtml
@@ -11,5 +11,6 @@ fi
FILES="summary"
for file in $FILES; do
+ echo "Regenerating $file.html.."
m4 -I "${templates_dir}" -P < "${templates_dir}/${file}.m4" > "${html_dir}/${file}.html"
done