diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 13:24:07 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 13:24:07 +0100 |
| commit | cfd1f17f1a85d95ea12bca8dae42add7dad1ad11 (patch) | |
| tree | 8016486f8ee7157213f2d09ff2491bfa9c94638a /Makefile.am | |
| parent | 14e4d584d0121031ec40e6c35869745f1747ff29 (diff) | |
| parent | 1403307d6e2fb4e7b5d97a35f40d1e95134561ab (diff) | |
Merge branch 'release/debian/1.4.2-1'HEADdebian/1.4.2-1master
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 6083de7a..f5782476 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the toplevel directory of GNU libunistring. -## Copyright (C) 2009, 2016, 2018, 2021-2022 Free Software Foundation, Inc. +## Copyright (C) 2009-2025 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -19,10 +19,10 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4 -SUBDIRS = doc gnulib-local lib tests +SUBDIRS = doc gnulib-local lib tests install-tests EXTRA_DIST = \ - version.sh BUGS DEPENDENCIES HACKING JOIN-GNU \ + version.sh BUGS DEPENDENCIES INSTALL.generic HACKING JOIN-GNU \ autogen.sh \ build-aux/join-v-1 build-aux/texi2html build-aux/run-test \ build-aux/git-log-fix @@ -49,12 +49,13 @@ dist-hook: gen-ChangeLog gen_start_date = 2023-09-10 .PHONY: gen-ChangeLog gen-ChangeLog: - $(AM_V_GEN)if test -d .git; then \ + $(AM_V_GEN)if test -d $(srcdir)/.git; then \ log_fix="$(srcdir)/build-aux/git-log-fix"; \ test -e "$$log_fix" \ && amend_git_log="--amend=$$log_fix" \ || amend_git_log=; \ $(top_srcdir)/build-aux/gitlog-to-changelog \ + --srcdir=$(srcdir) \ $$amend_git_log --no-cluster --since=$(gen_start_date) -- . \ > "$(distdir)/ChangeLog-t" \ && rm -f "$(distdir)/ChangeLog" \ |
