diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-22 18:00:25 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-22 18:00:25 +0100 |
commit | 0737819efdd0bae112d16d874cac7e747e43cd08 (patch) | |
tree | 98a9ac84f7f347ae530c14852c68870682f3d04c /gnulib-local/Makefile.am | |
parent | 163a663518f33bab48b28431972e580b366b4d49 (diff) | |
parent | e670957a8693f860cf7d77fed4ce6b4b056a8083 (diff) |
Merge branch 'release/debian/1.3-1'debian/1.3-1
Diffstat (limited to 'gnulib-local/Makefile.am')
-rw-r--r-- | gnulib-local/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 89f090aa..76132259 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gnulib-local directory of GNU libunistring -## Copyright (C) 2006-2011 Free Software Foundation, Inc. +## Copyright (C) 2006-2024 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,7 @@ # Generate this list with # find . '(' -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012' EXTRA_DIST = \ -lib/unicase.in.h.diff \ lib/uniconv.in.h.diff \ -lib/unictype.in.h.diff \ -lib/unigbrk.in.h.diff \ lib/unilbrk.in.h.diff \ lib/uninorm.in.h.diff \ lib/unistr.in.h.diff \ |