diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-11-27 17:55:41 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-11-27 17:55:41 -0800 |
commit | 86ed1cf3b90aa7713558f2d7466ae214f42aa684 (patch) | |
tree | 166b67a0bd59fbf348ff80cd36b9440009101567 | |
parent | d2deb420bc70369faa12785df2b5dd4d390e523d (diff) |
scripts: Move archive.py from tests
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | scripts/archive.py (renamed from tests/archive.py) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 index ac62dc2..ac62dc2 100644 --- a/tests/archive.py +++ b/scripts/archive.py |