diff Makefile @ 61:89747520b861

2007-11-10 00:01:04 by steve Moved the XML files into their own directory to avoid duplication. Updated the code to have --theme-dir=xx --theme=xx instead of just the --template=xx
author steve
date Sat, 10 Nov 2007 00:01:04 +0000
parents dc184cb7036d
children 5e39b41480aa
line wrap: on
line diff
--- a/Makefile	Wed Oct 31 00:10:39 2007 +0000
+++ b/Makefile	Sat Nov 10 00:01:04 2007 +0000
@@ -8,7 +8,7 @@
 # --
 # http://www.steve.org.uk/
 #
-# $Id: Makefile,v 1.14 2007-10-25 18:36:50 steve Exp $
+# $Id: Makefile,v 1.15 2007-11-10 00:01:04 steve Exp $
 
 
 #
@@ -63,6 +63,8 @@
 	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/xml
+	cp -r ./themes/xml/*.* ${prefix}/usr/share/chronicle/themes/xml
 	mkdir -p ${prefix}/usr/share/chronicle/themes/default
 	cp -r ./themes/default/*.* ${prefix}/usr/share/chronicle/themes/default
 	mkdir -p ${prefix}/usr/share/chronicle/themes/copyrighteous