Commit 3abbc693 authored by Adam Chlipala's avatar Adam Chlipala

Publish to Harvard, too

parent 71d75015
...@@ -61,4 +61,5 @@ install: cpdt.tgz latex/cpdt.pdf html ...@@ -61,4 +61,5 @@ install: cpdt.tgz latex/cpdt.pdf html
cp cpdt.tgz staging/ cp cpdt.tgz staging/
cp latex/cpdt.pdf staging/ cp latex/cpdt.pdf staging/
cp -R html 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/ rsync -az --exclude '*~' staging/* ssh.hcoop.net:sites/chlipala/adam/cpdt/
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<title>Certified Programming with Dependent Types</title> <title>Certified Programming with Dependent Types</title>
</head><body> </head><body>
<h1>Certified Programming with Dependent Types</h1> <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"> <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> <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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment