summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-11-27 17:55:41 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-11-27 17:55:41 -0800
commit86ed1cf3b90aa7713558f2d7466ae214f42aa684 (patch)
tree166b67a0bd59fbf348ff80cd36b9440009101567 /Makefile
parentd2deb420bc70369faa12785df2b5dd4d390e523d (diff)
scripts: Move archive.py from tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 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 $@