Skip to content

Commit

Permalink
TeX : nfssext : fontscripts : tidy docs and use TABLES rather than en…
Browse files Browse the repository at this point in the history
…dinput in tables template.
  • Loading branch information
Clea F. Rees committed Feb 5, 2025
1 parent 23d48fb commit 548bf5c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 101 deletions.
4 changes: 2 additions & 2 deletions fontscripts/fntbuild-doc.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- $Id: fntbuild-doc.lua 10764 2025-02-04 21:57:04Z cfrees $
-- $Id: fntbuild-doc.lua 10769 2025-02-05 20:41:12Z cfrees $
-------------------------------------------------
-- fntbuild-doc
-------------------------------------------------
Expand Down Expand Up @@ -84,7 +84,7 @@ local function doc_init ()
local new_content =
"%% Do not edit this file as changes will be overwritten.\n%% It was generated by l3build on "
.. os.date("%Y-%M-%d %H:%m:%S") .. ".\n" .. string.gsub(content,
"\n\\endinput *\n", coll)
"\n%s*TABLES%s*\n", coll)
local f = assert(io.open(targfile,"w"))
f:write((string.gsub(new_content,"\n",fnt.os_newline_cp)))
f:close()
Expand Down
Loading

0 comments on commit 548bf5c

Please sign in to comment.