[telepathy-spec/master] Make `make` output the file:/// URL of the spec

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 6 13:32:09 PDT 2009


---
 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 852cc0e..3d4cf63 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
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list