diff options
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-x | mkdeps.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -81,6 +81,8 @@ for colllink in src/collections/*; do printf '%s/index.htmldeps %s/feed.xmldeps: $(articles.%s.sortdata)\n' \ "$c" "$c" "$name" - printf '\tfind $(articles.%s.sortdata) > $@\n\n' "$name" + printf '\t@echo %s# find ... > $@.' "'" + printf ' Use -n of make(1) for full listing.%s\n' "'" + printf '\t@find $(articles.%s.sortdata) > $@\n\n' "$name" printf '%s/feed.xml:\t%s/feed.xmldeps\n' "$c" "$c" done |