comparison 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
comparison
equal deleted inserted replaced
9:f9858b3bcca0 10:6d7827134a4f
6 # 6 #
7 # Steve 7 # Steve
8 # -- 8 # --
9 # http://www.steve.org.uk/ 9 # http://www.steve.org.uk/
10 # 10 #
11 # $Id: Makefile,v 1.2 2007-08-13 22:55:11 steve Exp $ 11 # $Id: Makefile,v 1.3 2007-08-13 23:22:03 steve Exp $
12 12
13 13
14 # 14 #
15 # Only used to build distribution tarballs. 15 # Only used to build distribution tarballs.
16 # 16 #
52 diff: 52 diff:
53 cvs diff --unified 2>/dev/null 53 cvs diff --unified 2>/dev/null
54 54
55 55
56 # 56 #
57 # Install to /usr/local/bin
58 #
59 install:
60 cp ./etc/chroniclerc ${prefix}/etc/chroniclerc
61 mkdir -p ${prefix}/usr/local/bin
62 cp ./bin/chronicle ${prefix}/usr/local/bin
63 mkdir -p ${prefix}/usr/share/chronicle/themes/default
64 cp -r ./themes/default/*.* ${prefix}/usr/share/chronicle/themes/default
65
66
67 #
57 # Make a new release tarball, and make a GPG signature. 68 # Make a new release tarball, and make a GPG signature.
58 # 69 #
59 release: clean 70 release: clean
60 rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION) 71 rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION)
61 rm -f $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz 72 rm -f $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz