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:
Filipe Brandenburger 2014-06-16 20:54:48 -07:00 committed by Lennart Poettering
parent 61b5c82d91
commit d7c9aa5e64
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -62,7 +62,7 @@ FOOTER = '''\
# Really, do not edit this file.
EXTRA_DIST += \\
{files}
{files}
'''
def man(page, number):