diff options
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 \ |