diff options
-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 |