Skip to content

Commit

Permalink
Renamed files for more consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 21, 2014
1 parent d3f58e7 commit b06410d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conformance-checkers/html/elements/meta/Makefile
Expand Up @@ -5,10 +5,10 @@ PYTHON=python
PYTHONFLAGS=
.PHONY: .FORCE

all: meta-extensions registered-names-isvalid.html
all: meta-extensions names-registered-isvalid.html

meta-extensions: .FORCE
$(CURL) $(CURLFLAGS) $(META_EXTENSIONS) > $@

registered-names-isvalid.html: .FORCE
$(PYTHON) $(PYTHONFLAGS) registered-names-generate.py
names-registered-isvalid.html: .FORCE
$(PYTHON) $(PYTHONFLAGS) names-generate.py
Expand Up @@ -16,7 +16,7 @@
mixed += c
odd = not odd
template += '<meta name="%s" content>\n' % mixed
o = open("registered-names-isvalid.html", 'wb')
o = open("names-registered-isvalid.html", 'wb')
o.write(template)
o.close()

Expand Down

0 comments on commit b06410d

Please sign in to comment.