Home | History | Annotate | only in /src/external/public-domain/sqlite
Up to higher level directory
NameDateSize
bin/25-Feb-2026
dist/29-Apr-2026
lib/29-Apr-2026
Makefile30-Mar-2016115
Makefile.inc06-Apr-2025962
man/23-May-2026
README29-Apr-2026306
sqlite2mdoc/25-Feb-2026

README

      1 # $NetBSD: README,v 1.3 2026/04/28 20:40:39 christos Exp $
      2 - Run cleantags to remove RCSID's
      3 - To regenerate the man pages, build and run:
      4   cd sqlite2mdoc && make &
      5   cd man
      6   ../sqlite2mdoc/sqlite2mdoc < ../dist/sqlite3.h
      7   sed -i -e 's/\$Mdocdate\$/Month DD, YYYY/g' *.3
      8   [add new man pages, fix sets]
      9