configure.ac, doc/Makefile.in: fix out-of-directory build

Missed some necessary updates.

Signed-off-by: Ed Beroset <beroset@ieee.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
Ed Beroset 2017-04-14 17:08:15 -04:00 committed by H. Peter Anvin
parent 8106a9c2ad
commit 74fa0a736a
2 changed files with 3 additions and 3 deletions

View file

@ -227,5 +227,5 @@ dnl support ccache
dnl
PA_ARG_ENABLED([ccache], [compile with ccache], [CC="ccache $CC"], [])
AC_OUTPUT_COMMANDS([mkdir -p config nasmlib nsis output stdlib x86 asm disasm rdoff macros])
AC_OUTPUT_COMMANDS([mkdir -p config nasmlib nsis output stdlib x86 asm disasm rdoff macros common])
AC_OUTPUT(Makefile doc/Makefile)

View file

@ -47,10 +47,10 @@ html/nasmdoc0.html: $(SRCS) rdsrc.pl
$(RDSRC) -ohtml html nasmdoc.src
html/nasmdoc.css: nasmdoc.css
$(CP_F) nasmdoc.css html/nasmdoc.css
$(CP_F) $(srcdir)/nasmdoc.css html/nasmdoc.css
html/nasmlogw.png: nasmlogw.png
$(CP_F) nasmlogw.png html/nasmlogw.png
$(CP_F) $(srcdir)/nasmlogw.png html/nasmlogw.png
nasmdoc.dip: $(SRCS) rdsrc.pl
$(RDSRC) dip nasmdoc.src