Makefile: make doc depend on warnings.src

warnings.src needs to exist for make doc to work.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2018-12-24 12:16:38 -08:00
parent ad2fab7778
commit 9acfdb26da

View File

@ -429,7 +429,7 @@ rdf_install install_rdf install_rdoff:
$(MKDIR) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(srcdir)/rdoff/*.1 $(DESTDIR)$(mandir)/man1/
doc:
doc: doc/warnings.src
$(MAKE) -C doc all
doc_install install_doc: