diff --git a/Makefile b/Makefile index e6b2b36..dec5067 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,7 @@ release: build/pugixml-$(VERSION).tar.gz build/pugixml-$(VERSION).zip docs: docs/quickstart.html docs/manual.html build/pugixml-%: .FORCE | $(RELEASE) + @mkdir -p $(BUILD) perl tests/archive.pl $@ $| $(EXECUTABLE): $(OBJECTS)