Skip to content
Snippets Groups Projects
Commit cdda8fe1 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Fix dependencies in help Makefile. (James Vega)

parent 60aad974
No related branches found
No related tags found
No related merge requests found
......@@ -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 $< >$@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment