From: Filipe Brandenburger Date: Tue, 17 Jun 2014 03:54:48 +0000 (-0700) Subject: build-sys: fix indentation in make-man-rules generated output X-Git-Tag: v215~253 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d7c9aa5e6463c68f78f634b87394c4eda9886a8f;hp=61b5c82d91694a51bc886a61d5cc94f473dc7dd6 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. --- diff --git a/Makefile-man.am b/Makefile-man.am index 1e321f939..1e4ec6793 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -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 \ diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py index 9f46f7b88..e75bfffba 100644 --- a/tools/make-man-rules.py +++ b/tools/make-man-rules.py @@ -62,7 +62,7 @@ FOOTER = '''\ # Really, do not edit this file. EXTRA_DIST += \\ - {files} + {files} ''' def man(page, number):