Fix 'make release' after clean checkout
This commit is contained in:
parent
0cfdba262e
commit
285fec31fc
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue