ken_nogi/NodeJS/Care7_old/poppler/share/poppler
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00
..
cidToUnicode NodeJS 2025-07-10 10:12:37 +09:00
cMap NodeJS 2025-07-10 10:12:37 +09:00
nameToUnicode NodeJS 2025-07-10 10:12:37 +09:00
unicodeMap NodeJS 2025-07-10 10:12:37 +09:00
CMakeLists.txt NodeJS 2025-07-10 10:12:37 +09:00
COPYING NodeJS 2025-07-10 10:12:37 +09:00
COPYING.adobe NodeJS 2025-07-10 10:12:37 +09:00
COPYING.gpl2 NodeJS 2025-07-10 10:12:37 +09:00
Makefile NodeJS 2025-07-10 10:12:37 +09:00
poppler-data.pc NodeJS 2025-07-10 10:12:37 +09:00
poppler-data.pc.in NodeJS 2025-07-10 10:12:37 +09:00
README NodeJS 2025-07-10 10:12:37 +09:00

										-*- text -*-
poppler-data

This package consists of encoding files for use with poppler.  The
encoding files are optional and poppler will automatically read them
if they are present.  When installed, the encoding files enables
poppler to correctly render CJK and Cyrillic properly.  While poppler
is licensed under the GPL, these encoding files have different license, 
and thus distributed separately.

All the Makefile does is install the data files, so autotools seemed a
bit overkill.  There is no ./configure file, all there is to do is to
say 'make install'.  To override the install destinations, specify
prefix, datadir, pkgdatadir or DESTDIR at 'make install' time as
desired.  For example:

	$ make install datadir=/usr DESTDIR=/tmp/buildroot-xyz2000

will install the files under /usr/share/poppler in a temporary build
root.

                                                Kristian Høgsberg <krh@redhat.com>
                                                Updated by: Albert Astals Cid <aacid@kde.org>