mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
build-sys: fix indentation in make-man-rules generated output
This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST, but a Tab was clearly intended.
This commit is contained in:
parent
61b5c82d91
commit
d7c9aa5e64
@ -1478,7 +1478,7 @@ endif
|
||||
# Really, do not edit this file.
|
||||
|
||||
EXTRA_DIST += \
|
||||
man/binfmt.d.xml \
|
||||
man/binfmt.d.xml \
|
||||
man/bootchart.conf.xml \
|
||||
man/bootctl.xml \
|
||||
man/bootup.xml \
|
||||
|
@ -62,7 +62,7 @@ FOOTER = '''\
|
||||
# Really, do not edit this file.
|
||||
|
||||
EXTRA_DIST += \\
|
||||
{files}
|
||||
{files}
|
||||
'''
|
||||
|
||||
def man(page, number):
|
||||
|
Loading…
Reference in New Issue
Block a user