Skip to content

Commit

Permalink
fixup! build: copy the README into the TDS archive
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Mar 5, 2021
1 parent 14bd4f6 commit 1671cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.lua
Expand Up @@ -359,8 +359,8 @@ local function generate_CTANzip(filename)
"to satisfy CTAN package browsing policies.\n")
f:close()

-- Copy over README
lfs.copy("README.md", tmppgf .. "README")
-- Move the README to the top level
os.rename(tmppgf .. "doc/README.md", tmppgf .. "README.md")

-- Move over the TDS zip
lfs.copy(tds, tmproot .. tds)
Expand Down

0 comments on commit 1671cf9

Please sign in to comment.