|
1 | | -## Config file for GNU Automake. |
| 1 | +## Config file for GNU Automake. |
2 | 2 | ## |
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> |
4 | 5 | ## |
5 | 6 | ## This file is part of Guile-SSH. |
6 | 7 | ## |
|
17 | 18 | ## You should have received a copy of the GNU General Public License |
18 | 19 | ## along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>. |
19 | 20 |
|
20 | | -ACLOCAL_AMFLAGS = -I build-aux/m4 --install |
| 21 | +ACLOCAL_AMFLAGS = \ |
| 22 | + -I build-aux/m4 --install |
21 | 23 |
|
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 |
23 | 31 |
|
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 |
29 | 37 |
|
30 | 38 | 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; \ |
36 | 44 | fi |
37 | 45 |
|
38 | 46 | dist-hook: gen-ChangeLog |
|
0 commit comments