Documentation Source Text

Artifact [8fc20ab50e]
Login

Artifact 8fc20ab50eb651646e9e1515ee668323bd5c073603beea40922f2245dccfc42e:


-- Run this script with "sqlite3 --append docapp" to append the appropriate
-- SQLAR database onto the end of the raw docapp binary.
--
DROP TABLE IF EXISTS sqlar;
.ar -c main.tcl wapp.tcl doc
DELETE FROM sqlar WHERE name LIKE '%/matrix/%';
PRAGMA page_size=512;
VACUUM;