diff Makefile @ 10:6d7827134a4f

2007-08-13 23:22:03 by steve Updated defaults to work with a new install.
author steve
date Mon, 13 Aug 2007 23:22:03 +0000
parents 8503c495b169
children f0884c3c035a
line wrap: on
line diff
--- a/Makefile	Mon Aug 13 23:17:15 2007 +0000
+++ b/Makefile	Mon Aug 13 23:22:03 2007 +0000
@@ -8,7 +8,7 @@
 # --
 # http://www.steve.org.uk/
 #
-# $Id: Makefile,v 1.2 2007-08-13 22:55:11 steve Exp $
+# $Id: Makefile,v 1.3 2007-08-13 23:22:03 steve Exp $
 
 
 #
@@ -54,6 +54,17 @@
 
 
 #
+#  Install to /usr/local/bin
+#
+install:
+	cp ./etc/chroniclerc ${prefix}/etc/chroniclerc
+	mkdir -p ${prefix}/usr/local/bin
+	cp ./bin/chronicle ${prefix}/usr/local/bin
+	mkdir -p ${prefix}/usr/share/chronicle/themes/default
+	cp -r ./themes/default/*.* ${prefix}/usr/share/chronicle/themes/default
+
+
+#
 #  Make a new release tarball, and make a GPG signature.
 #
 release: clean