mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
Fix dependencies in help Makefile. (James Vega)
This commit is contained in:
parent
60aad974be
commit
cdda8fe1c6
@ -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 $< >$@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user