diff --git a/configure.ac b/configure.ac index c5b317e2..84ecbe99 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) +AC_OUTPUT_COMMANDS([mkdir -p config nasmlib nsis output stdlib x86 asm disasm rdoff macros]) AC_OUTPUT(Makefile doc/Makefile) diff --git a/doc/Makefile.in b/doc/Makefile.in index febbddef..aef0ead1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -68,7 +68,7 @@ nasmdoc.ps: nasmdoc.dip genps.pl afmmetrics.ph ttfmetrics.ph \ > nasmdoc.ps nasmdoc.pdf: nasmdoc.ps pspdf.pl - $(PERL) pspdf.pl $(PDFOPT) nasmdoc.ps nasmdoc.pdf + $(PERL) $(srcdir)/pspdf.pl $(PDFOPT) nasmdoc.ps nasmdoc.pdf clean: -$(RM_F) *.rtf *.hpj *.texi *.gid *.ipf *.dip