This reverts commit 2509f435f1.
2509f435f1
@ -0,0 +1,9 @@
SITES ?= $$(find . -maxdepth 2 -name "Makefile" -not -path "./Makefile" | xargs -I {} dirname {})
default: publish
.PHONY: publish
publish:
for path in $(SITES) ; do \
cd $$path && make html; \
done
The note is not visible to the blocked user.