Remove HTML-formatted man pages
This commit is contained in:
parent
aa94548c71
commit
7e17853326
3 changed files with 6 additions and 1 deletions
4
sql/update-2016-10-03.sql
Normal file
4
sql/update-2016-10-03.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- This check is not consistent with the HTML-check in util/add_dir.pl, but it
|
||||
-- happens to match exactly the same man pages currently.
|
||||
DELETE FROM man WHERE section = 'html';
|
||||
DELETE FROM contents c WHERE NOT EXISTS(SELECT 1 FROM man m WHERE m.hash = c.hash);
|
||||
Loading…
Add table
Add a link
Reference in a new issue