From 86ed1cf3b90aa7713558f2d7466ae214f42aa684 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 27 Nov 2016 17:55:41 -0800 Subject: scripts: Move archive.py from tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3