diff --git a/wmtime/INSTALL b/wmtime/INSTALL index 94943c4..813a6e0 100644 --- a/wmtime/INSTALL +++ b/wmtime/INSTALL @@ -8,11 +8,10 @@ Nothing particular, but a computer might come in handy doh ;-) Installation -------------------------------------------------------------- 1) % tar -zxvf wmtime-1.1.tar.gz -2) % cd wmtime/wmtime -3) % make -4) % make install (as root) +2) % make +3) % make install (as root) -5)* WMTime uses month and weekday abbreviations from the +4)* 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. diff --git a/wmtime/wmtime/Makefile b/wmtime/Makefile similarity index 85% rename from wmtime/wmtime/Makefile rename to wmtime/Makefile index 35ac1ba..0b3ce5c 100755 --- a/wmtime/wmtime/Makefile +++ b/wmtime/Makefile @@ -1,9 +1,9 @@ LIBDIR = -L/usr/X11R6/lib LIBS = -lXpm -lXext -lX11 -lm OBJS = wmtime.o \ - ../wmgeneral/wmgeneral.o \ - ../wmgeneral/misc.o \ - ../wmgeneral/list.o + wmgeneral/wmgeneral.o \ + wmgeneral/misc.o \ + wmgeneral/list.o XPMS = wmtime-master.xpm wmtime-mask.xbm CC = gcc diff --git a/wmtime/wmtime/wmtime-mask.xbm b/wmtime/wmtime-mask.xbm similarity index 100% rename from wmtime/wmtime/wmtime-mask.xbm rename to wmtime/wmtime-mask.xbm diff --git a/wmtime/wmtime/wmtime-master.xpm b/wmtime/wmtime-master.xpm similarity index 100% rename from wmtime/wmtime/wmtime-master.xpm rename to wmtime/wmtime-master.xpm diff --git a/wmtime/wmtime/wmtime.1 b/wmtime/wmtime.1 similarity index 100% rename from wmtime/wmtime/wmtime.1 rename to wmtime/wmtime.1 diff --git a/wmtime/wmtime/wmtime.c b/wmtime/wmtime.c similarity index 99% rename from wmtime/wmtime/wmtime.c rename to wmtime/wmtime.c index 2c4f6e8..2bb9c5c 100644 --- a/wmtime/wmtime/wmtime.c +++ b/wmtime/wmtime.c @@ -78,8 +78,8 @@ #include #include -#include "../wmgeneral/wmgeneral.h" -#include "../wmgeneral/misc.h" +#include "wmgeneral/wmgeneral.h" +#include "wmgeneral/misc.h" #include "wmtime-master.xpm" #include "wmtime-mask.xbm"