# HG changeset patch # User Bram Moolenaar # Date 1279737627 -7200 # Node ID 435b5c6a51916cd9a8242fc706699e3ac57e006b # Parent 9973354ee964983386356a741f20eb1a5fffb8b6 Fix dependencies in help Makefile. (James Vega) diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -340,12 +340,14 @@ uganda.nsis.txt: uganda.txt 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 $< >$@