mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
update-man-rules: skip over standard-conf.xml
bc6fdcbf5d
switched 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:
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'})
|
||||
|
Loading…
Reference in New Issue
Block a user