From f06b43285da105a1c0634b3ff0158fc93067c8f1 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 8 Feb 2012 09:51:34 +0100 Subject: build-sys: enhance readability of the autotools files Several horizontal lists are turned to vertical, and sorted to alphabetical order. Additionally spaces are converted to tabs where ever possible. Signed-off-by: Sami Kerola --- Makefile.am | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e71c0e501..9ba890b88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,20 +17,20 @@ endif MAN_DIRS = man/ru SUBDIRS = \ - include \ + $(MAN_DIRS) \ + $(SHLIBS_DIRS) \ disk-utils \ fdisk \ getopt \ + include \ lib \ - $(SHLIBS_DIRS) \ - $(MAN_DIRS) \ login-utils \ misc-utils \ po \ sys-utils \ term-utils \ - text-utils \ - tests + tests \ + text-utils RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ @@ -60,12 +60,11 @@ AUTOMAKE_OPTIONS = gnu ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ - .version \ - autogen.sh \ - README.licensing \ - po/update-potfiles \ - tools \ - Documentation + .version \ + autogen.sh \ + Documentation \ + po/update-potfiles \ + README.licensing # Arrange so that .tarball-version appears only in the distribution # tarball, and never in a checked-out repository. -- cgit v1.2.3-55-g7522