File: guide.mk4

package info (click to toggle)
stellarium 24.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 911,396 kB
  • sloc: ansic: 317,377; cpp: 204,602; xml: 48,590; javascript: 26,348; python: 1,254; perl: 1,108; sh: 207; makefile: 190; pascal: 169
file content (14 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if mode == "draft" then
  Make:htlatex()
else
  Make:add("biber", "biber ${input}")
  local filter = require "make4ht-filter"
  local process = filter{"cleanspan", "fixligatures", "hruletohr", "fix-links"}
  Make:htlatex()
  Make:biber()
  Make:htlatex()
  Make:htlatex()
  Make:match("html$",process)
  Make:match("html$", "tidy -m -xml -utf8 -q -i ${filename}")
end