From 33a66271c7e58e7136f2e09b44ff537fe66ec35e Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 9 Nov 2011 20:13:45 -0600 Subject: [PATCH] fix timer install --- toys/index.mdwn | 2 +- toys/toys.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toys/index.mdwn b/toys/index.mdwn index 08172dd..f5d2657 100644 --- a/toys/index.mdwn +++ b/toys/index.mdwn @@ -4,7 +4,7 @@ Here is some various junk I've done. Maybe you'll find it amusing. Maybe you'll just wonder why I spend so much time on this garbage. * Download my [presentation timer](timer.html) for use in any modern - browser + browser. * Play [a fun game](fungame.html)! * If you need to write someone a letter but really don't want to, try my [smalltalk generator](smalltalk.cgi). diff --git a/toys/toys.mk b/toys/toys.mk index bdd72cd..0faad69 100644 --- a/toys/toys.mk +++ b/toys/toys.mk @@ -1,4 +1,4 @@ PLAIN += toys COPY += $(wildcard toys/*.cgi toys/cards/*.png) -COPY += toys/timer.mdwn +COPY += toys/timer.html