summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-26 07:31:57 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-26 07:31:57 -0800
commit9f16b542b9b66972d22eb32b9773b1aaf0693c95 (patch)
treeb9aad1a738fd1497bc723992d631bbe124f16027 /README
downloadpoppler-data-9f16b542b9b66972d22eb32b9773b1aaf0693c95.tar.gz
poppler-data-9f16b542b9b66972d22eb32b9773b1aaf0693c95.tar.bz2
poppler-data-9f16b542b9b66972d22eb32b9773b1aaf0693c95.zip
Imported Upstream version 0.4.6upstream/0.4.6upstream
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5767d76
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+ -*- 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 Cyrrilic 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>