Makefile.am | Makefile.am | |||
---|---|---|---|---|
## Makefile for the gnulib-local directory of GNU libunistring | ## Makefile for the gnulib-local directory of GNU libunistring | |||
## Copyright (C) 2006-2009 Free Software Foundation, Inc. | ## Copyright (C) 2006-2011 Free Software Foundation, Inc. | |||
## | ## | |||
## This program is free software: you can redistribute it and/or modify | ## 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 | ## it under the terms of the GNU General Public License as published by | |||
## the Free Software Foundation; either version 3 of the License, or | ## the Free Software Foundation; either version 3 of the License, or | |||
## (at your option) any later version. | ## (at your option) any later version. | |||
## | ## | |||
## This program is distributed in the hope that it will be useful, | ## This program is distributed in the hope that it will be useful, | |||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ## but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
## GNU General Public License for more details. | ## GNU General Public License for more details. | |||
## | ## | |||
## You should have received a copy of the GNU General Public License | ## You should have received a copy of the GNU General Public License | |||
## along with this program. If not, see <http://www.gnu.org/licenses/>. | ## along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
## Process this file with automake to produce Makefile.in. | ## Process this file with automake to produce Makefile.in. | |||
# Generate this list with | # 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' | # 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 = \ | EXTRA_DIST = \ | |||
lib/unicase.h.diff \ | lib/unicase.in.h.diff \ | |||
lib/uniconv.h.diff \ | lib/uniconv.in.h.diff \ | |||
lib/unictype.h.diff \ | lib/unictype.in.h.diff \ | |||
lib/unilbrk.h.diff \ | lib/unigbrk.in.h.diff \ | |||
lib/uninorm.h.diff \ | lib/unilbrk.in.h.diff \ | |||
lib/unistr.h.diff \ | lib/uninorm.in.h.diff \ | |||
lib/unitypes.h.diff \ | lib/unistr.in.h.diff \ | |||
lib/uniwidth.h.diff \ | lib/unitypes.in.h.diff \ | |||
lib/uniwidth.in.h.diff \ | ||||
modules/unictype/category-none-tests.diff | modules/unictype/category-none-tests.diff | |||
End of changes. 2 change blocks. | ||||
9 lines changed or deleted | 10 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |