Cosmetic fixes.

This commit is contained in:
Eric S. Raymond 2008-01-31 19:36:29 +00:00
parent 1580a54b14
commit 746312be0a
2 changed files with 3 additions and 3 deletions

View file

@ -13,9 +13,9 @@ MAINLINE = $(DATA)/core $(DATA)/multiplayer $(DATA)/themes $(DATA)/campaigns/*
# otherwise the visibility checks aren't going to work right.
# UMC = ../../../umc*/*
sanity-check: unresolved check-obsolete
sanity-check: unresolved lint
check-obsolete:
lint:
# Check for obsolete WML
./wmllint --dryrun $(MAINLINE) $(UMC)

View file

@ -270,7 +270,7 @@ Usage: macroscope [options] dirpath
else:
dirpath = ['.']
if not extracthelp:
print "# Macroscope reporting on %s" % time.ctime()
print "# Wmlscope reporting on %s" % time.ctime()
print "# Invocation: %s" % " ".join(sys.argv)
print "# Working directory: %s" % os.getcwd()
xref = CrossRefLister(dirpath, "|".join(exclude), warnlevel)