From ee98102e2a26143886e3ff63b06ae1b6353136a6 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Tue, 13 Dec 2011 18:10:26 +1000 Subject: [PATCH] Initial tla -> git updates/conversions * Makefile (emoney-version.el): tla->git updates * emoney.el (emoney-codename): "Finance" * .gitignore: Add ++log Signed-off-by: Steve Youngs --- .gitignore | 1 + Makefile | 9 ++++----- emoney.el | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5904682..34f4ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *~ *.bak emoney-version.el +++log diff --git a/Makefile b/Makefile index 59f0175..c2038fc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ ## Makefile for eMoney -*-Makefile-*- -## $Id: Makefile,v 1.6 2004/06/29 23:31:14 youngs Exp $ ## -## Copyright (C) 2003 - 2007 Steve Youngs +## Copyright (C) 2003 - 2011 Steve Youngs ## ## This file is part of eMoney. ## @@ -33,7 +32,7 @@ ## IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PACKAGE = emoney -VER = 0.6 +VER = 1.0 # csh... yell no, we won't go! SHELL = /bin/sh @@ -120,8 +119,8 @@ emoney-version.el: echo ";;; Automatically generated file -- DO NOT EDIT OR DELETE" > $@ echo ";;;###autoload" >> $@ echo "(defconst emoney-version" >> $@ - if [[ -d "./{arch}" && -x `which tla 2>/dev/null` ]]; then \ - printf ' "%s"' `tla logs -f|tail -n1` >> $@; \ + if [[ -d ".git" && -x `which git 2>/dev/null` ]]; then \ + printf ' "%s"' `git describe` >> $@; \ else \ echo -n ' "$(VER)"' >> $@; \ fi diff --git a/emoney.el b/emoney.el index b0fc78f..57fbbba 100644 --- a/emoney.el +++ b/emoney.el @@ -1,6 +1,6 @@ ;; emoney.el --- A home finance package. -;; Copyright (C) 2003 - 2009 Steve Youngs +;; Copyright (C) 2003 - 2011 Steve Youngs ;; Author: Steve Youngs ;; Maintainer: Steve Youngs @@ -436,7 +436,7 @@ See `emoney-recalculate-before-hook' for doing things before recalculating." :group 'emoney-faces) ;;; Internal variables -(defconst emoney-codename "Equity" +(defconst emoney-codename "Finance" "The codename of the current version of eMoney.") (defconst emoney-is-beta t -- 2.25.1