Artifact 8fc20ab50eb651646e9e1515ee668323bd5c073603beea40922f2245dccfc42e:
- File docapp/build.sql — part of check-in [d31880687e] at 2018-01-09 01:25:47 on branch trunk — Add the "docapp" makefile target for building the "docapp" application. (user: drh size: 271)
-- 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;