scripts: Move archive.py from tests

This commit is contained in:
Arseny Kapoulkine 2016-11-27 17:55:41 -08:00
parent d2deb420bc
commit 86ed1cf3b9
2 changed files with 1 additions and 1 deletions

View File

@ -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 $@