passport: cp ../../policy/examples/sample.License.FDL $$DIR/License docinfo_gen.py -f $$DIR/docinfo.new mv $$DIR/docinfo.new $$DIR/docinfo gplize: cp ../../policy/examples/sample.License.GPL $$DIR/License ottize: cp ../../policy/examples/sample.License.CCL $$DIR/License tarball: tar cjvf $$DIR.tar.bz2 --exclude=*arch* $$DIR commit: rsync -Pva --stats -e ssh $$DIR.tar.bz2 incoming:/incoming/docs/ heapy: tarball commit clean clean: rm $$DIR.tar.bz2 strictclean: rm -rf $$DIR heapylast: darcs changes --last=1 -s | sed -ne "s,.*\./\([^/]\+\)/.*$$,\1,p" \ | sort | uniq | while read i; do DIR=$$i make heapy; done