mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
doc: update location of insns.dat
insns.dat is now in the x86 directory. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
66d561f2d9
commit
3d74b091e9
@ -38,8 +38,8 @@ all: $(OUT)
|
||||
|
||||
os2: nasm.inf
|
||||
|
||||
inslist.src: inslist.pl ../insns.dat
|
||||
$(PERL) $(srcdir)/inslist.pl $(srcdir)/../insns.dat
|
||||
inslist.src: inslist.pl ../x86/insns.dat
|
||||
$(PERL) $(srcdir)/inslist.pl $(srcdir)/../x86/insns.dat
|
||||
|
||||
.PHONY: html
|
||||
html: html/nasmdoc0.html
|
||||
|
Loading…
Reference in New Issue
Block a user