diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-09-25 14:03:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-09-25 14:03:25 +0000 |
commit | 9803d617f2e17ff496732192f4bc77090d592090 (patch) | |
tree | 9f1c87d19fc21c731e2f1b8222b21c00a6d92ec1 | |
parent | Fix previous commit. (diff) | |
download | eselect-9803d617f2e17ff496732192f4bc77090d592090.tar.gz eselect-9803d617f2e17ff496732192f4bc77090d592090.tar.bz2 eselect-9803d617f2e17ff496732192f4bc77090d592090.zip |
Whitespace.
svn path=/trunk/; revision=849
-rw-r--r-- | Makefile.am | 16 | ||||
-rw-r--r-- | libs/Makefile.am | 44 | ||||
-rw-r--r-- | man/Makefile.am | 23 | ||||
-rw-r--r-- | modules/Makefile.am | 29 |
4 files changed, 58 insertions, 54 deletions
diff --git a/Makefile.am b/Makefile.am index e7eac35..00ff7f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,14 +4,16 @@ doc_files = README TODO export symlinks := kernel-config profile-config rc-config bashcomp-config SUBDIRS = doc man misc bin libs modules -MAINTAINERCLEANFILES = aclocal.m4 \ - configure \ - Makefile.in \ - *.html +MAINTAINERCLEANFILES = \ + aclocal.m4 \ + configure \ + Makefile.in \ + *.html -EXTRA_DIST = autogen.bash \ - ChangeLog \ - $(doc_files) +EXTRA_DIST = \ + autogen.bash \ + ChangeLog \ + $(doc_files) html: $(foreach f, $(doc_files), $(f).html) cd doc && $(MAKE) html diff --git a/libs/Makefile.am b/libs/Makefile.am index 75d19b9..bab373e 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -1,30 +1,30 @@ eselectlibsdir = $(datadir)/$(PACKAGE_NAME)/libs/ eselectlibs_DATA = \ - config.bash \ - core.bash \ - default.eselect \ - editor-variable.bash \ - manip.bash \ - multilib.bash \ - output.bash \ - package-manager.bash \ - path-manipulation.bash \ - skel.bash \ - tests.bash + config.bash \ + core.bash \ + default.eselect \ + editor-variable.bash \ + manip.bash \ + multilib.bash \ + output.bash \ + package-manager.bash \ + path-manipulation.bash \ + skel.bash \ + tests.bash EXTRA_DIST = \ - config.bash.in \ - core.bash.in \ - default.eselect.in \ - editor-variable.bash.in \ - manip.bash.in \ - multilib.bash.in \ - output.bash.in \ - package-manager.bash.in \ - path-manipulation.bash.in \ - skel.bash.in \ - tests.bash.in + config.bash.in \ + core.bash.in \ + default.eselect.in \ + editor-variable.bash.in \ + manip.bash.in \ + multilib.bash.in \ + output.bash.in \ + package-manager.bash.in \ + path-manipulation.bash.in \ + skel.bash.in \ + tests.bash.in dosed = @SED@ \ -e 's,\@SED\@,@SED@,g' \ diff --git a/man/Makefile.am b/man/Makefile.am index fcd6be5..f4c5e88 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,14 +1,15 @@ -man_MANS = eselect.1 \ - bashcomp.eselect.5 \ - binutils.eselect.5 \ - editor.eselect.5 \ - env.eselect.5 \ - kernel.eselect.5 \ - news.eselect.5 \ - pager.eselect.5 \ - profile.eselect.5 \ - rc.eselect.5 \ - visual.eselect.5 +man_MANS = \ + eselect.1 \ + bashcomp.eselect.5 \ + binutils.eselect.5 \ + editor.eselect.5 \ + env.eselect.5 \ + kernel.eselect.5 \ + news.eselect.5 \ + pager.eselect.5 \ + profile.eselect.5 \ + rc.eselect.5 \ + visual.eselect.5 EXTRA_DIST = $(man_MANS) MAINTAINERCLEANFILES = Makefile.in diff --git a/modules/Makefile.am b/modules/Makefile.am index 4f98868..db6857b 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,20 +1,21 @@ modulesdir=$(datadir)/$(PACKAGE_NAME)/modules/ modules_DATA = \ - bashcomp.eselect \ - binutils.eselect \ - editor.eselect \ - env.eselect \ - kernel.eselect \ - locale.eselect \ - modules.eselect \ - news.eselect \ - pager.eselect \ - profile.eselect \ - rc.eselect \ - visual.eselect + bashcomp.eselect \ + binutils.eselect \ + editor.eselect \ + env.eselect \ + kernel.eselect \ + locale.eselect \ + modules.eselect \ + news.eselect \ + pager.eselect \ + profile.eselect \ + rc.eselect \ + visual.eselect -EXTRA_DIST = $(modules_DATA) \ - cow.eselect +EXTRA_DIST = \ + $(modules_DATA) \ + cow.eselect MAINTAINERCLEANFILES = Makefile.in |