From a59214f344567c037d5776879bcfc5fcc1d4d5f6 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 14:50:51 -0400 Subject: feat:Script to Build and Register Created a script that will build all the manpages and register them into an sqlite3 database. Each entry has the name, section, os, and path to the html fragment. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b8ab3223 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +man.db -- cgit v1.2.3