Skip to content

Commit e703f9c

Browse files
Makefile.am: Improve formatting; update copyright
1 parent b547f24 commit e703f9c

1 file changed

Lines changed: 22 additions & 14 deletions

File tree

Makefile.am

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## Config file for GNU Automake.
1+
## Config file for GNU Automake.
22
##
3-
## Copyright (C) 2013, 2014, 2015, 2016 Artyom V. Poptsov <poptsov.artyom@gmail.com>
3+
## Copyright © 2013, 2014, 2015, 2016, 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com>
4+
## Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
45
##
56
## This file is part of Guile-SSH.
67
##
@@ -17,22 +18,29 @@
1718
## You should have received a copy of the GNU General Public License
1819
## along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
1920

20-
ACLOCAL_AMFLAGS = -I build-aux/m4 --install
21+
ACLOCAL_AMFLAGS = \
22+
-I build-aux/m4 --install
2123

22-
SUBDIRS = build-aux libguile-ssh examples doc modules tests
24+
SUBDIRS = \
25+
build-aux \
26+
libguile-ssh \
27+
examples \
28+
doc \
29+
modules \
30+
tests
2331

24-
EXTRA_DIST = \
25-
build-aux/config.rpath \
26-
build-aux/compile \
27-
.dir-locals.el \
28-
TODO
32+
EXTRA_DIST = \
33+
build-aux/config.rpath \
34+
build-aux/compile \
35+
.dir-locals.el \
36+
TODO
2937

3038
gen-ChangeLog:
31-
if test -d .git; then \
32-
$(top_srcdir)/build-aux/gitlog-to-changelog \
33-
194fd7d..HEAD > $(distdir)/cl-t; \
34-
rm -f $(distdir)/ChangeLog; \
35-
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
39+
if test -d .git; then \
40+
$(top_srcdir)/build-aux/gitlog-to-changelog \
41+
194fd7d..HEAD > $(distdir)/cl-t; \
42+
rm -f $(distdir)/ChangeLog; \
43+
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
3644
fi
3745

3846
dist-hook: gen-ChangeLog

0 commit comments

Comments
 (0)