mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
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:
parent
ad2fab7778
commit
9acfdb26da
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user