diff --git a/tools/bin/td b/tools/bin/td index 975e3ae..d37dcef 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -170,7 +170,7 @@ recipe_site() { find docs/ -name '*.[1-9]' | while IFS= read -r man; do html=$(basename "$man") mandoc -Thtml "$man" > "$TELODENDRIA_PUB/$html.html" - echo "$man" > "$TELODENDRIA/$html.html" + echo "$man -> $TELODENDRIA_PUB/$html.html" done }