<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 .PHONY: target clean sync push
 
-target: book book/default.css
+target: book book/default.css book.html book.pdf
 
 TXTFILES=preface.txt intro.txt basic.txt clone.txt branch.txt grandmaster.txt secrets.txt drawbacks.txt
 
@@ -28,7 +28,7 @@ clean:
 	-rm -rf book.xml book.html book
 
 sync: target
-	rsync -r book/* blynn@tl1.stanford.edu:www/gitmagic/
+	rsync -r book.html book.pdf book/* blynn@tl1.stanford.edu:www/gitmagic/
 
 public:
 	git push blynn@git.or.cz:srv/git/gitmagic.git</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -89,7 +89,7 @@ In a court of law, events can be stricken from the record. Likewise, you can pic
 
 will undo just the commit with the given hash. Running *git log* reveals the revert is recorded as a new commit.
 
-=== Dowloading Files ===
+=== Downloading Files ===
 
 Get a copy of a project managed with Git by typing:
 </diff>
      <filename>basic.txt</filename>
    </modified>
    <modified>
      <diff>@@ -119,7 +119,7 @@ It's easy to extend this trick for any number of parts.
 
 === Reorganizing a Medley ===
 
-Perhaps you like to work on all aspects of a project in the same branch. You want to keep works-in-progress to yourself and want others to see your commits only when they have been neatly organized. Make a couple of clones:
+Perhaps you like to work on all aspects of a project in the same branch. You want to keep works-in-progress to yourself and want others to see your commits only when they have been neatly organized. Start a couple of branches:
 
   $ git checkout -b sanitized
   $ git checkout -b medley</diff>
      <filename>branch.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,8 +2,6 @@
 &lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot;
                 xmlns:fo=&quot;http://www.w3.org/1999/XSL/Format&quot;
 		                version=&quot;1.0&quot;&gt;
-&lt;xsl:param name=&quot;html.stylesheet&quot; select=&quot;'default.css'&quot;/&gt;
-&lt;xsl:param name=&quot;generate.toc&quot; select=&quot;'book toc'&quot;/&gt;
 &lt;xsl:output method=&quot;html&quot; encoding=&quot;UTF-8&quot; indent=&quot;no&quot;
 doctype-public=&quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;
 /&gt;</diff>
      <filename>custom-nochunks.xsl</filename>
    </modified>
    <modified>
      <diff>@@ -10,9 +10,14 @@ As Arthur C. Clarke observed, any sufficiently advanced technology is indistingu
 
 Rather than go into details, we provide rough instructions for particular effects. After repeated use, gradually you will understand how each trick works, and how to tailor the recipes for your needs.
 
+.Other Editions
+
+ - link:book.html[Single webpage]: barebones HTML, with no CSS.
+ - link:book.pdf[PDF file]: printer-friendly.
+
 === Thanks! ===
 
-Kudos to Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone, Michael Budde, Tarmigan and Derek Mahar for suggestions and improvements. [If I've left you out, please tell me because I often forget to update this section.]
+Kudos to Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone, Michael Budde, Richard Albury, Tarmigan and Derek Mahar for suggestions and improvements. [If I've left you out, please tell me because I often forget to update this section.]
 
 === Links ===
 </diff>
      <filename>preface.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4c52aa1b4ea7e46f83985814598044fad9c4eb1d</id>
    </parent>
  </parents>
  <author>
    <name>Ben Lynn</name>
    <email>benlynn@gmail.com</email>
  </author>
  <url>http://github.com/blynn/gitmagic/commit/24457941c4c052a9941941a4ec79c39e99bcb73d</url>
  <id>24457941c4c052a9941941a4ec79c39e99bcb73d</id>
  <committed-date>2008-08-07T20:08:23-07:00</committed-date>
  <authored-date>2008-08-07T20:08:23-07:00</authored-date>
  <message>PDF and single-page editions.

Fixed minor typo reported by Richard Albury.</message>
  <tree>73c945a7978e82c4a83bc435b9ac7b8f61e99c29</tree>
  <committer>
    <name>Ben Lynn</name>
    <email>benlynn@gmail.com</email>
  </committer>
</commit>
