diff --git a/man/cm2rem.1 b/man/cm2rem.1 new file mode 100644 index 00000000..f6c5353b --- /dev/null +++ b/man/cm2rem.1 @@ -0,0 +1,29 @@ +.\" $Id: cm2rem.1,v 1.1 1999-10-18 19:54:56 dfs Exp $ +.TH CM2REM 1 "18 October 1999" +.UC4 +.SH NAME +cm2rem.tcl \- Convert Sun's "cm" input file to Remind format +.SH SYNOPSIS +.B cm2rem.tcl < cm_file > remind_file +.SH DESCRIPTION +\fBcm2rem.tcl\fR reads the Sun calendar manager data file and converts +it into a \fBRemind\fR script. Note that \fBcm2rem.tcl\fR can convert +\fIonly\fR version 3 calendar manager files. If you are using version 4 +files, there should be a system utility to convert them to version 3 files. +.SH AUTHOR +\fBcm2rem.tcl\fR is supported by Roaring Penguin Software +Inc. (http://www.roaringpenguin.com) +.PP +\fBcm2rem.tcl\fR was written by David F. Skoll (dskoll@iname.com). +.SH BUGS +Not all of the Sun calendar manager options are respected. In particular, +nothing is done for e-mail actions. Also, the resulting Remind script +is not editable with \fBTkRemind\fR; you can only edit it with a text +editor. +.PP +\fBcm2rem.tcl\fR requires Tcl/Tk version 8.0 or higher. The +\fBtclsh\fR interpreter must be on your \fBpath\fR. + +.SH SEE ALSO +\fBremind(1)\fR, \fBtkremind(1)\fR + diff --git a/src/Makefile.in b/src/Makefile.in index 8e5bfd20..dfd88c06 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,6 +1,6 @@ # Makefile.in for REMIND # -# $Id: Makefile.in,v 1.12 1999-04-21 01:47:59 dfs Exp $ +# $Id: Makefile.in,v 1.13 1999-10-18 19:55:00 dfs Exp $ VERSION= 03.00.21 SHELL= /bin/sh @@ -19,10 +19,11 @@ INSTALL_DATA=@INSTALL_DATA@ PROGS= remind rem2ps SCRIPTS= $(srcdir)/../scripts/kall $(srcdir)/../scripts/rem \ - $(srcdir)/../scripts/tkremind + $(srcdir)/../scripts/tkremind $(srcdir)/../scripts/cm2rem.tcl + MANS= $(srcdir)/../man/kall.1 $(srcdir)/../man/rem.1 \ $(srcdir)/../man/rem2ps.1 $(srcdir)/../man/remind.1 \ - $(srcdir)/../man/tkremind.1 + $(srcdir)/../man/tkremind.1 $(srcdir)/../man/cm2rem.1 .SUFFIXES: .SUFFIXES: .c .o diff --git a/src/custom.h b/src/custom.h index 3a511361..4542243e 100644 --- a/src/custom.h +++ b/src/custom.h @@ -11,7 +11,7 @@ /* */ /***************************************************************/ -/* $Id: custom.h,v 1.21 1999-08-23 18:13:59 dfs Exp $ */ +/* $Id: custom.h,v 1.22 1999-10-18 19:55:01 dfs Exp $ */ /*---------------------------------------------------------------------*/ /* LAT_DEG, LAT_MIN and LAT_SEC: Latitude of your location */