Skip to content

Commit

Permalink
explicitly don't include derived files for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Nov 10, 2017
1 parent 39464c3 commit 157dbd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l3build.lua
Expand Up @@ -2372,6 +2372,8 @@ function writemanifest()
local f = assert(io.open(manifestfile, "w"))
f:write("# Manifest for " .. module .. "\n\n")
f:write("This file is automatically generated with `texlua build.lua manifest`.\n")
f:write("Only ‘source’ files in the repository are included in this list;\n")
f:write("it does not include ‘generated’ files such as PDF or STY files.\n")
for _,this_type in ipairs(file_types) do
Expand Down

0 comments on commit 157dbd5

Please sign in to comment.