all: clean date > humextra/TIMESTAMP tar cvhzf humextra.tgz humextra zip -r humextra.zip humextra tar cvjhf humextra.tar.bz2 humextra clean: (cd humextra; make clean) rm -f humextra.tgz rm -f humextra.zip rm -f humextra.tar.bz2 index: ../bin/makecommandindex index.con ./ > index.html