summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/tor-running-routers/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/tor-running-routers/Makefile.am b/web/tor-running-routers/Makefile.am
index e31396a..fbde9df 100644
--- a/web/tor-running-routers/Makefile.am
+++ b/web/tor-running-routers/Makefile.am
@@ -18,8 +18,10 @@ clean:
install-data-local: result/index.html
[ -d $(docdir) ] || mkdir $(docdir)
- cp -a result/*.png $(docdir)
- cp -a result/*.html $(docdir)
+# cp -a result/*.png $(docdir)
+# cp -a result/*.html $(docdir)
+ find result -name '*.png' -type f | xargs --no-run-if-empty cp --target-directory="$(docdir)"
+ find result -name '*.html' -type f | xargs --no-run-if-empty cp --target-directory="$(docdir)"
cp -a result/.htaccess $(docdir)
uninstall-local: