Skip to content

Commit

Permalink
move CNAME to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Aug 27, 2016
1 parent 8e35c23 commit 4e8c132
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ define CLEANUP_STYLE

endef
cleanup-style:
$(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile docs/index.html CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE)))
$(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile docs/index.html docs/CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE)))

.PHONY: cleanup-deps-style
cleanup-deps-style:
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion tools/build-pkg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,6 @@ local function makeMxeSourcePackage()
-- dependencies
local deps = {}
local files = {
'CNAME',
'LICENSE.md',
'Makefile',
'patch.mk',
Expand Down

0 comments on commit 4e8c132

Please sign in to comment.