summaryrefslogtreecommitdiff
path: root/docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs.sh')
-rwxr-xr-xdocs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs.sh b/docs.sh
index 87e4112..7dcf5e1 100755
--- a/docs.sh
+++ b/docs.sh
@@ -1,6 +1,7 @@
#!/bin/sh
markdown README.md > README.html
+echo README.md
for x in docs/*.md; do
- echo $x
markdown $x > $(dirname $x)/$(basename $x .md).html
+ echo $x
done