mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
update-man-rules: skip over standard-conf.xml
bc6fdcbf5dswitched its doctype to refentry, so the script started picking it up and complaining that it's missing required stuff. Since this file is only included from other man pages, let's skip it when putting together a list of valid targets. Resolves: #30715 Follow-up for:bc6fdcbf5d
This commit is contained in:
committed by
Lennart Poettering
parent
7b223bdb6b
commit
25cb4c1d53
@@ -85,6 +85,7 @@ def main():
|
||||
pages = glob.glob(source_glob)
|
||||
pages = (p for p in pages
|
||||
if Path(p).name not in {
|
||||
'standard-conf.xml',
|
||||
'systemd.directives.xml',
|
||||
'systemd.index.xml',
|
||||
'directives-template.xml'})
|
||||
|
||||
Reference in New Issue
Block a user