From 86ed1cf3b90aa7713558f2d7466ae214f42aa684 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 27 Nov 2016 17:55:41 -0800 Subject: [PATCH] scripts: Move archive.py from tests --- Makefile | 2 +- {tests => scripts}/archive.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tests => scripts}/archive.py (100%) diff --git a/Makefile b/Makefile index 17b8b66..84290c7 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ docs: docs/quickstart.html docs/manual.html build/pugixml-%: .FORCE | $(RELEASE) @mkdir -p $(BUILD) - python tests/archive.py $@ pugixml-$(VERSION) $| + python scripts/archive.py $@ pugixml-$(VERSION) $| $(EXECUTABLE): $(OBJECTS) $(CXX) $(OBJECTS) $(LDFLAGS) -o $@ diff --git a/tests/archive.py b/scripts/archive.py similarity index 100% rename from tests/archive.py rename to scripts/archive.py