wmtime: Remove unnecessary Imakefile.

Also update INSTALL to remove reference to it.
This commit is contained in:
Doug Torrance 2015-01-03 16:16:16 -06:00 committed by Carlos R. Mafra
parent 6815d16aa3
commit 8b51ce7f1b
2 changed files with 3 additions and 26 deletions

View file

@ -9,11 +9,10 @@ Installation
--------------------------------------------------------------
1) % tar -zxvf wmtime-1.1.tar.gz
2) % cd wmtime/wmtime
3)* xmkmf -a (for *BSD systems needed only!).
4) % make
5) % make install (as root)
3) % make
4) % make install (as root)
6)* WMTime uses month and weekday abbreviations from the
5)* WMTime uses month and weekday abbreviations from the
currently set locale. If these abbreviations do not
use Latin alphabet characters, then WMTime defaults to
US/English.
@ -23,11 +22,6 @@ Installation
% LANG=es_MX.UTF-8 wmtime
7)* This Imakefile was kindly donated by Pascal Hofstede but
untested by the authors because we don't have a *BSD box
to test and try it out... we're working on generic
Imakefiles though ;-)
Be sure to read the HINTS and TODO files too!

View file

@ -1,17 +0,0 @@
XPMLIB = -lXpm -lm
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
SRCS = wmtime.c \
../wmgeneral/wmgeneral.c \
../wmgeneral/misc.c \
../wmgeneral/list.c
OBJS = wmtime.o \
wmgeneral.o \
misc.o \
list.o
ComplexProgramTarget(wmtime)