1# $NetBSD: README,v 1.2 2024/03/01 15:47:58 christos Exp $ 2- Run cleantags to remove RCSID's 3- To regenerate the man pages, build and run: 4 cd sqlite2man && 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