Fix dependencies in help Makefile. (James Vega)
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 3505c03..a6610a9 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -340,12 +340,14 @@
 		uganda.txt | uniq >uganda.nsis.txt
 
 # Awk version of .txt to .html conversion.
-html: noerrors tags tags.ref $(HTMLS)
+html: noerrors tags $(HTMLS)
 	@if test -f errors.log; then more errors.log; fi
 
 noerrors:
 	-rm -f errors.log
 
+$(HTMLS): tags.ref
+
 .txt.html:
 	$(AWK) -f makehtml.awk $< >$@