changeset 69:de9f78d68053

Publish to Harvard, too
author Adam Chlipala <adamc@hcoop.net>
date Wed, 01 Oct 2008 19:53:11 -0400
parents 943478e5a32d
children 1e3c49602384
files Makefile staging/index.html
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Oct 01 10:07:14 2008 -0400
+++ b/Makefile	Wed Oct 01 19:53:11 2008 -0400
@@ -61,4 +61,5 @@
 	cp cpdt.tgz staging/
 	cp latex/cpdt.pdf staging/
 	cp -R html staging/
+	rsync -az --exclude '*~' staging/* bowser.eecs.harvard.edu:public_html/cpdt/book/
 	rsync -az --exclude '*~' staging/* ssh.hcoop.net:sites/chlipala/adam/cpdt/
--- a/staging/index.html	Wed Oct 01 10:07:14 2008 -0400
+++ b/staging/index.html	Wed Oct 01 19:53:11 2008 -0400
@@ -4,7 +4,7 @@
 <title>Certified Programming with Dependent Types</title>
 </head><body>
 <h1>Certified Programming with Dependent Types</h1>
-<h2><a href="/">Adam Chlipala</a></h2>
+<h2><a href="http://adam.chlipala.net/">Adam Chlipala</a></h2>
 
 <div class="summary">
 <p>This is the web site for an in-progress textbook about practical engineering with <a href="http://coq.inria.fr/">the Coq proof assistant</a>.  The focus is on building programs with proofs of correctness, using dependent types and scripted proof automation.</p>