This commit is contained in:
David F. Skoll
2007-08-07 10:01:22 -04:00
parent 43dff67a60
commit 508b5f9aae
9 changed files with 20 additions and 10 deletions

View File

@@ -1,9 +1,10 @@
$Id: COPYRIGHT,v 1.16 2005-04-12 01:27:52 dfs Exp $
THE REMIND COPYRIGHT
1. REMIND refers to the entire set of files and documentation in the
REMIND package.
2. REMIND is Copyright 1999-2007 Roaring Penguin Software Inc.,
2. REMIND is Copyright 1999-2005 Roaring Penguin Software Inc.,
except where noted in individual files.
3. DISTRIBUTION AND USE

View File

@@ -1,5 +1,7 @@
# Top-level Makefile for Remind.
# $Id: Makefile,v 1.29 2007-03-26 19:38:07 dfs Exp $
all: src/Makefile
@echo ""
@echo "*******************"

2
README
View File

@@ -34,5 +34,7 @@ If you do NOT have Tcl/Tk or are NOT running X Windows:
5) Type: "make install" -- you may need to be root to do this.
$Id: README,v 1.8 2007-07-12 04:27:44 dfs Exp $
Contact info: mailto:dfs@roaringpenguin.com
Home page: http://www.roaringpenguin.com/remind

View File

@@ -1,3 +1,5 @@
$Id: WINDOWS,v 1.1 1999-04-05 17:34:28 dfs Exp $
MICROSOFT WINDOWS
I used to prohibit porting Remind to Microsoft Windows. However, this

View File

@@ -12,6 +12,8 @@
#
#--------------------------------------------------------------
# $Id: build.tk,v 1.14 2007-07-01 20:13:37 dfs Exp $
# the next line restarts using wish \
exec wish "$0" "$@"

View File

@@ -1,4 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Id: configure.in,v 1.10 2007-07-09 01:55:45 dfs Exp $
AC_INIT(src/queue.c)

View File

@@ -72,18 +72,17 @@ depend:
# The next targets are not very useful to you. I use them to build
# distributions, etc.
# Build a tar file based on all files checked into git.
# Build a tar file based on all files checked into CVS.
distro:
ln -s . ../remind-$(VERSION)
(cd ..; git-ls-files) | sed -e 's/^/remind-$(VERSION)\//' | xargs tar -C .. -cvf remind-$(VERSION).tar
ln -s .. remind-$(VERSION)
peekentry `find remind-$(VERSION) -depth -follow -name 'Entries' -print` | xargs tar cvf remind-$(VERSION).tar
gzip -f -v -9 remind-$(VERSION).tar
rm -f ../remind-$(VERSION)
rm -f remind-$(VERSION)
beta-tgz:
ln -s . ../remind-$(VERSION)-BETA-$(BETA)
(cd ..; git-ls-files) | sed -e 's/^/remind-$(VERSION)-BETA-$(BETA)\//' | xargs tar -C .. -cvf remind-$(VERSION)-BETA-$(BETA).tar
ln -s .. remind-$(VERSION)-BETA-$(BETA)
peekentry `find remind-$(VERSION)-BETA-$(BETA) -depth -follow -name 'Entries' -print` | xargs tar cvf remind-$(VERSION)-BETA-$(BETA).tar
gzip -f -v -9 remind-$(VERSION)-BETA-$(BETA).tar
rm -f ../remind-$(VERSION)-BETA-$(BETA)
rm -f remind-$(VERSION)-BETA-$(BETA)
#---------------- Stuff after this added by "make depend" -----------------

View File

@@ -352,7 +352,7 @@ int ComputeTrigger(int today, Trigger *trig, int *err)
{
int nattempts = 0,
start = today,
nextstart = today,
nextstart,
y, m, d,
result;

View File

@@ -1,5 +1,6 @@
#!/bin/sh
#$Id: unconfigure,v 1.1 1998-01-17 03:58:13 dfs Exp $
echo "Unconfiguring Remind..."
echo rm -f config.cache config.log config.status src/Makefile src/config.h
rm -f config.cache config.log config.status src/Makefile src/config.h