all: mkdir -p tracwiki markdown tools/extract.py fetch: rsync -aP --delete bikeshed.cryptech.is:/home/trac/db/trac.db bikeshed.cryptech.is:/home/trac/files/attachments . clean: rm -rf tracwiki markdown distclean: clean rm -rf trac.db attachments .PHONY: all clean fetch distclean