Cosmetic fixes.
This commit is contained in:
parent
1580a54b14
commit
746312be0a
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue