Skip to content

Commit

Permalink
nfssext : fontscripts : tweak sourcefiles if target is install to inc…
Browse files Browse the repository at this point in the history
…lude contents of keepdir
  • Loading branch information
Clea F. Rees committed Nov 16, 2024
1 parent 4a848c1 commit 72e81d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fntbuild.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- $Id: fntbuild.lua 10633 2024-11-15 06:07:23Z cfrees $
-- $Id: fntbuild.lua 10638 2024-11-16 00:52:32Z cfrees $
-------------------------------------------------
-------------------------------------------------
-- copy non-public things from l3build
Expand Down Expand Up @@ -1346,8 +1346,8 @@ if afmtotfm then
end
-- }}}
-------------------------------------------------
if options["target"] = "install" then
table.insert(installfiles,keepdir .. "/*.*")
if options["target"] == "install" then
table.insert(sourcefiles,keepdir .. "/*.*")
end
-------------------------------------------------
-- vim: ts=2:sw=2:et:foldmethod=marker:

0 comments on commit 72e81d1

Please sign in to comment.