From 29c3e27ef91d082cc5e17188ce91bd1caab30bd5 Mon Sep 17 00:00:00 2001 Message-Id: <29c3e27ef91d082cc5e17188ce91bd1caab30bd5.1717576936.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 1 Sep 2009 09:15:30 +0100 Subject: [PATCH] Remove duplicate reference to about.tmpl Organization: Straylight/Edgeware From: Richard Kettlewell --- templates/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Makefile.am b/templates/Makefile.am index b769eaf..c3191e2 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -17,7 +17,7 @@ # pkgdata_DATA=about.tmpl choose.tmpl playing.tmpl recent.tmpl \ - about.tmpl prefs.tmpl help.tmpl error.tmpl \ + prefs.tmpl help.tmpl error.tmpl \ new.tmpl login.tmpl macros.tmpl \ options options.labels \ options.columns -- [mdw]