From 11fa007cd841d153e1db5731569e58f2c94041f5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 6 Oct 2009 21:32:09 +0100 Subject: Make `make` output the file:/// URL of the spec --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 852cc0ec..3d4cf633 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,10 @@ $(TEST_ASYNC_INTROSPECT): $(TEST_INTROSPECT) tools/make_all_async.py python tools/make_all_async.py $< $@ all: $(GENERATED_FILES) + @echo "Your spec HTML starts at:" + @echo + @echo file://$(CURDIR)/doc/spec/index.html + @echo TEST_CANONICALIZED_FILES = test/output/introspect.canon -- cgit v1.2.3