summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--scripts/archive.py (renamed from tests/archive.py)0
2 files changed, 1 insertions, 1 deletions
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
index ac62dc2..ac62dc2 100644
--- a/tests/archive.py
+++ b/scripts/archive.py