[Pkg-wmaker-commits] [wmsun] 34/73: wmsun: Rename executable from wmSun to wmsun.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 12:04:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmsun.

commit 324f9e034a4c50f0d43aca9657442433e10eacdf
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Jun 14 17:04:49 2015 -0500

    wmsun: Rename executable from wmSun to wmsun.
---
 Makefile           | 18 +++++++++---------
 wmSun.1 => wmsun.1 |  0
 wmSun.c => wmsun.c |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index 81f0f67..20e26a6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,26 +16,26 @@ LIBS   = -lXpm -lX11 -lXext -lm
 #
 # LIBS   = -lXpm -lX11 -lXext -lsocket
 
-OBJS   = wmSun.o SunRise.o wmgeneral/wmgeneral.o
+OBJS   = wmsun.o SunRise.o wmgeneral/wmgeneral.o
 
 .c.o:
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $*.o
 
-all:	wmSun.o wmSun
+all:	wmsun.o wmsun
 
-wmSun.o: wmSun_master.xpm wmSun_mask.xbm
+wmsun.o: wmSun_master.xpm wmSun_mask.xbm
 
-wmSun:	$(OBJS)
-	$(CC) $(LDFLAGS) -o wmSun $^ $(LIBS)
+wmsun:	$(OBJS)
+	$(CC) $(LDFLAGS) -o wmsun $^ $(LIBS)
 
 clean:
 	for i in $(OBJS) ; do \
 		rm -f $$i; \
 	done
-	rm -f wmSun
+	rm -f wmsun
 
-install:: wmSun
+install:: wmsun
 	$(INSTALL) -d $(DESTDIR)$(BINDIR)
-	$(INSTALL) wmSun $(DESTDIR)$(BINDIR)
+	$(INSTALL) wmsun $(DESTDIR)$(BINDIR)
 	$(INSTALL) -d $(DESTDIR)$(MANDIR)
-	$(INSTALL) -m 644 wmSun.1 $(DESTDIR)$(MANDIR)
+	$(INSTALL) -m 644 wmsun.1 $(DESTDIR)$(MANDIR)
diff --git a/wmSun.1 b/wmsun.1
similarity index 100%
rename from wmSun.1
rename to wmsun.1
diff --git a/wmSun.c b/wmsun.c
similarity index 99%
rename from wmSun.c
rename to wmsun.c
index a0ad31b..16038e5 100644
--- a/wmSun.c
+++ b/wmsun.c
@@ -368,7 +368,7 @@ void ParseCMDLine(int argc, char *argv[]) {
 
 	} else {
 	    printf("\nwmSun version: %s\n", WMSUN_VERSION);
-	    printf("\nusage: wmSun [-display <Display>] [-lat <Latitude>] [-lon <Longitude>] [-h]\n\n");
+	    printf("\nusage: wmsun [-display <Display>] [-lat <Latitude>] [-lon <Longitude>] [-h]\n\n");
 	    printf("\t-display <Display>\tUse alternate X display.\n");
 	    printf("\t-geometry <Geometry>\tSet window geometry.\n");
 	    printf("\t-lat <Latitude>\t\tObservers Latitude. Positive to the west.\n");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmsun.git



More information about the Pkg-wmaker-commits mailing list