chiark / gitweb /
build-sys: fix indentation in make-man-rules generated output
authorFilipe Brandenburger <filbranden@google.com>
Tue, 17 Jun 2014 03:54:48 +0000 (20:54 -0700)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jun 2014 12:41:09 +0000 (14:41 +0200)
This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST,
but a Tab was clearly intended.

Makefile-man.am
tools/make-man-rules.py

index 1e321f939ba82a7ea1b0a4d52864a096138e3266..1e4ec6793efc2ee6d4342da705051b3b9692bd3c 100644 (file)
@@ -1478,7 +1478,7 @@ endif
 # Really, do not edit this file.
 
 EXTRA_DIST += \
 # 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 \
        man/bootchart.conf.xml \
        man/bootctl.xml \
        man/bootup.xml \
index 9f46f7b889c694c0937fb789c21d055f4ca82dc1..e75bfffba140c6cab9508618acc9d30b358a8c03 100644 (file)
@@ -62,7 +62,7 @@ FOOTER = '''\
 # Really, do not edit this file.
 
 EXTRA_DIST += \\
 # Really, do not edit this file.
 
 EXTRA_DIST += \\
-       {files}
+       {files}
 '''
 
 def man(page, number):
 '''
 
 def man(page, number):