Skip to content

Commit

Permalink
Revert "Copy typset files back to docfiledir"
Browse files Browse the repository at this point in the history
This reverts commit 1bb7784.
  • Loading branch information
josephwright committed Nov 28, 2017
1 parent 0310806 commit 45e847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build.lua
Expand Up @@ -1716,7 +1716,7 @@ function typesetpdf(file, dir)
if errorlevel == 0 then
name = name .. ".pdf"
os_remove(jobname(name))
cp(name, typesetdir, docfiledir)
cp(name, typesetdir, ".")
else
print(" ! Compilation failed")
end
Expand Down

0 comments on commit 45e847c

Please sign in to comment.