aboutsummaryrefslogtreecommitdiff
path: root/makeDoc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeDoc.sh')
-rwxr-xr-xmakeDoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeDoc.sh b/makeDoc.sh
index 05f7c16..d3398f6 100755
--- a/makeDoc.sh
+++ b/makeDoc.sh
@@ -5,5 +5,5 @@ rm -f document.md
echo "//TODO insert [TOC] here" >> document.md
for file in "${array[@]}"
do
- cat $file >> document.md
+ cat docs/$file >> document.md
done