summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk15
1 files changed, 10 insertions, 5 deletions
diff --git a/deps.mk b/deps.mk
index 4b978d8..7ae0b7b 100644
--- a/deps.mk
+++ b/deps.mk
@@ -572,7 +572,8 @@ articles.blog.feedentry = $(articles.blog.adoc:.adoc=.feedentry)
src/content/blog/index.htmldeps: $(articles.blog.indexentry)
src/content/blog/feed.xmldeps: $(articles.blog.feedentry)
src/content/blog/index.htmldeps src/content/blog/feed.xmldeps: $(articles.blog.sortdata)
- find $(articles.blog.sortdata) > $@
+ @echo '# find ... > $@. Use -n of make(1) for full listing.'
+ @find $(articles.blog.sortdata) > $@
src/content/blog/feed.xml: src/content/blog/feed.xmldeps
@@ -607,7 +608,8 @@ articles.pastebins.feedentry = $(articles.pastebins.adoc:.adoc=.feedentry)
src/content/pastebins/index.htmldeps: $(articles.pastebins.indexentry)
src/content/pastebins/feed.xmldeps: $(articles.pastebins.feedentry)
src/content/pastebins/index.htmldeps src/content/pastebins/feed.xmldeps: $(articles.pastebins.sortdata)
- find $(articles.pastebins.sortdata) > $@
+ @echo '# find ... > $@. Use -n of make(1) for full listing.'
+ @find $(articles.pastebins.sortdata) > $@
src/content/pastebins/feed.xml: src/content/pastebins/feed.xmldeps
@@ -621,7 +623,8 @@ articles.podcasts.feedentry = $(articles.podcasts.adoc:.adoc=.feedentry)
src/content/podcasts/index.htmldeps: $(articles.podcasts.indexentry)
src/content/podcasts/feed.xmldeps: $(articles.podcasts.feedentry)
src/content/podcasts/index.htmldeps src/content/podcasts/feed.xmldeps: $(articles.podcasts.sortdata)
- find $(articles.podcasts.sortdata) > $@
+ @echo '# find ... > $@. Use -n of make(1) for full listing.'
+ @find $(articles.podcasts.sortdata) > $@
src/content/podcasts/feed.xml: src/content/podcasts/feed.xmldeps
@@ -635,7 +638,8 @@ articles.screencasts.feedentry = $(articles.screencasts.adoc:.adoc=.feedentry)
src/content/screencasts/index.htmldeps: $(articles.screencasts.indexentry)
src/content/screencasts/feed.xmldeps: $(articles.screencasts.feedentry)
src/content/screencasts/index.htmldeps src/content/screencasts/feed.xmldeps: $(articles.screencasts.sortdata)
- find $(articles.screencasts.sortdata) > $@
+ @echo '# find ... > $@. Use -n of make(1) for full listing.'
+ @find $(articles.screencasts.sortdata) > $@
src/content/screencasts/feed.xml: src/content/screencasts/feed.xmldeps
@@ -671,6 +675,7 @@ articles.tils.feedentry = $(articles.tils.adoc:.adoc=.feedentry)
src/content/tils/index.htmldeps: $(articles.tils.indexentry)
src/content/tils/feed.xmldeps: $(articles.tils.feedentry)
src/content/tils/index.htmldeps src/content/tils/feed.xmldeps: $(articles.tils.sortdata)
- find $(articles.tils.sortdata) > $@
+ @echo '# find ... > $@. Use -n of make(1) for full listing.'
+ @find $(articles.tils.sortdata) > $@
src/content/tils/feed.xml: src/content/tils/feed.xmldeps