chiark / gitweb /
Clean up and add a Makefile to keep things clean.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 29 Nov 2009 23:11:59 +0000 (23:11 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 29 Nov 2009 23:11:59 +0000 (23:11 +0000)
Makefile [new file with mode: 0644]
index.html

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..925a28c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+all: bedstead.otf
+
+bedstead.sfd: bedstead
+       ./bedstead > bedstead.sfd
+
+bedstead.otf: bedstead.sfd
+       fontforge -lang=ff -c 'Open($$1); Generate($$2)' \
+               bedstead.sfd bedstead.otf
+
+clean: .PHONY
+       rm -f bedstead bedstead.sfd bedstead.otf
index 8a730a14d7d8f3bfa459c2fc9b233fb08b23c957..15c63778f1fa6dc7f2d7124d465c036bbda4808d 100644 (file)
       can convert it into most reasonable font formats.</p>
 
     <ul>
-      <li><code><a href="ttxt.c"><code>ttxt.c</code></a> &ndash; The C
+      <li><a href="bedstead.c"><code>bedstead.c</code></a> &ndash; The C
          program that generates the font.</li>
-      <li><code><a href="ttxt.sfd"><code>ttxt.sfd</code></a> &ndash;
+      <li><a href="bedstead.sfd"><code>bedstead.sfd</code></a> &ndash;
          The Spline Font Database file for use with Fontforge.</li>
-      <li><code><a href="Bedstead.otf"><code>Bedstead.otf</code></a> &ndash;
+      <li><a href="bedstead.otf"><code>bedstead.otf</code></a> &ndash;
          The finished font in OpenType format.</li>
     </ul>
+
+    <p>The code to generate Bedstead is held in
+      <a href="http://bazaar-vcs.org/">Bazaar</a>.
+      You can get your own copy by running</p>
+    <blockquote>
+      <p><kbd>bzr branch http://bjh21.me.uk/bedstead/</kbd></p>
+    </blockquote>
   </body>
 </html>