diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-10-20 15:21:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-10-20 15:21:43 +0200 |
commit | 4682deeb62247d34de87f8e777f99e2d337fd377 (patch) | |
tree | 5bd5b5605b5f3a4b3c8ea7468c34c23094afdef4 /gnulib-local/Makefile.am | |
parent | 00893e79fc62966067af1a106567db96bd170338 (diff) |
New upstream version 1.3upstream/1.3upstream
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 \ |