Mercurial > cpdt > repo
comparison Makefile @ 201:a2b14ba218a7
Typo reported by mulhern; stop publishing to Harvard
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 02 Jan 2009 09:09:35 -0500 |
parents | 8e9499e27b6c |
children | cbf2f74a5130 |
comparison
equal
deleted
inserted
replaced
200:df289eb8ef76 | 201:a2b14ba218a7 |
---|---|
61 | 61 |
62 install: cpdt.tgz latex/cpdt.pdf html | 62 install: cpdt.tgz latex/cpdt.pdf html |
63 cp cpdt.tgz staging/ | 63 cp cpdt.tgz staging/ |
64 cp latex/cpdt.pdf staging/ | 64 cp latex/cpdt.pdf staging/ |
65 cp -R html staging/ | 65 cp -R html staging/ |
66 rsync -az --exclude '*~' staging/* bowser.eecs.harvard.edu:public_html/cpdt/book/ | 66 # rsync -az --exclude '*~' staging/* bowser.eecs.harvard.edu:public_html/cpdt/book/ |
67 rsync -az --exclude '*~' staging/* ssh.hcoop.net:sites/chlipala/adam/cpdt/ | 67 rsync -az --exclude '*~' staging/* ssh.hcoop.net:sites/chlipala/adam/cpdt/ |