Mercurial > cpdt > repo
comparison Makefile @ 69:de9f78d68053
Publish to Harvard, too
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Wed, 01 Oct 2008 19:53:11 -0400 |
parents | 437cc4857e2a |
children | 1e3c49602384 |
comparison
equal
deleted
inserted
replaced
68:943478e5a32d | 69:de9f78d68053 |
---|---|
59 | 59 |
60 install: cpdt.tgz latex/cpdt.pdf html | 60 install: cpdt.tgz latex/cpdt.pdf html |
61 cp cpdt.tgz staging/ | 61 cp cpdt.tgz staging/ |
62 cp latex/cpdt.pdf staging/ | 62 cp latex/cpdt.pdf staging/ |
63 cp -R html staging/ | 63 cp -R html staging/ |
64 rsync -az --exclude '*~' staging/* bowser.eecs.harvard.edu:public_html/cpdt/book/ | |
64 rsync -az --exclude '*~' staging/* ssh.hcoop.net:sites/chlipala/adam/cpdt/ | 65 rsync -az --exclude '*~' staging/* ssh.hcoop.net:sites/chlipala/adam/cpdt/ |