summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorEd Beroset <beroset@ieee.org>2017-04-14 17:08:15 -0400
committerH. Peter Anvin <hpa@linux.intel.com>2017-04-14 15:28:18 -0700
commit74fa0a736ab769dd07ebe3c98b7e94543b558134 (patch)
tree8695747afbdc1be77a02b9153824b84635eee5bd /doc/Makefile.in
parent8106a9c2adf3ab3e5f48e81eaa6d6522c07be107 (diff)
downloadnasm-74fa0a736ab769dd07ebe3c98b7e94543b558134.tar.gz
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>
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index aef0ead1..c43f029c 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -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