Fix 'make release' after clean checkout
This commit is contained in:
parent
0cfdba262e
commit
285fec31fc
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
|
docs: docs/quickstart.html docs/manual.html
|
||||||
|
|
||||||
build/pugixml-%: .FORCE | $(RELEASE)
|
build/pugixml-%: .FORCE | $(RELEASE)
|
||||||
|
@mkdir -p $(BUILD)
|
||||||
perl tests/archive.pl $@ $|
|
perl tests/archive.pl $@ $|
|
||||||
|
|
||||||
$(EXECUTABLE): $(OBJECTS)
|
$(EXECUTABLE): $(OBJECTS)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user