.NOTPARALLEL: index sitemaps all: deploy index: tree -H . -T my-project -I __pycache__ -t -g -cD --prune . > index.html sitemaps: tree -X . -T my-project -I __pycache__ -s -D . > index.xml tree -J . -T my-project -I __pycache__ -s -D . > index.json deploy: index sitemaps rsync -av . me@server:/katalog