mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -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
|
uganda.txt | uniq >uganda.nsis.txt
|
||||||
|
|
||||||
# Awk version of .txt to .html conversion.
|
# 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
|
@if test -f errors.log; then more errors.log; fi
|
||||||
|
|
||||||
noerrors:
|
noerrors:
|
||||||
-rm -f errors.log
|
-rm -f errors.log
|
||||||
|
|
||||||
|
$(HTMLS): tags.ref
|
||||||
|
|
||||||
.txt.html:
|
.txt.html:
|
||||||
$(AWK) -f makehtml.awk $< >$@
|
$(AWK) -f makehtml.awk $< >$@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user