summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-06 20:33:39 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-06 20:33:39 -0700
commitcb52d49a45420ab57c2198adb9b3f67cfb515617 (patch)
tree7e85ebc54f4997697f1c8407dad45d87d6c5e2b0 /doc/Makefile.in
parent77f4395247cc1ff6b5d5d582d0e2f609174028db (diff)
downloadnasm-cb52d49a45420ab57c2198adb9b3f67cfb515617.tar.gz
doc: complete removal of unnecessary moves
Make the tool write the output (especially HTML) in a specified subdirectory directly, and make the tool create the subdirectory if it doesn't already exists. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 848f6222..ae756f1e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -46,7 +46,7 @@ html: html/nasmdoc0.html
RDSRC = $(PERL) $(srcdir)/rdsrc.pl -I$(srcdir)/
html/nasmdoc0.html: $(SRCS) rdsrc.pl
- $(RDSRC) html nasmdoc.src
+ $(RDSRC) -ohtml html nasmdoc.src
nasmdoc.dip: $(SRCS) rdsrc.pl
$(RDSRC) dip nasmdoc.src