all:help help: @echo 'make help # This message.' @echo 'make update # Reprocess nodes in pjb.' @echo 'make upload # sitecopy to the mirrors.' update:generate ../bin/html-update nodes.el -find . -name \*~ -exec rm -f {} \; ../bin/publish . generate: $(MAKE) $(MFLAGS) -C develop/lisp/small-cl-pgms generate upload: sitecopy -a -k -o -u tidy-m: @find . -name \*.html -exec tidy -m {} \; tidy-e: @find . -name \*.html -exec tidy -e {} \; clean: @find . -name \*~ -exec rm -f {} \; ### THE END ###