diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 5c2f905..e0e245e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -33,8 +33,9 @@ all: $(OUT) os2: nasm.inf # Consider html, txt and ps output a side effect -nasmdoc.dip: nasmdoc.src rdsrc.pl +nasmdoc.dip: nasmdoc.src rdsrc.pl inslist.pl ../insns.dat mkdir -p html + $(PERL) $(srcdir)/inslist.pl $(PERL) $(srcdir)/rdsrc.pl < $< mv -f *.html html |