This file is indexed.

/usr/share/doc/gnuplot-qt/README.1ST is in gnuplot-qt 4.6.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 To install from sources:
 ========================

 Installation instructions are found in the file INSTALL in this
 directory after going through this file. In a very small nutshell:

 - Under Unix, use configure and make
   If your source is from the CVS repository rather from a release package,
   the order of commands is  ./prepare; ./configure; make
 
 - Other platforms, copy the relevant makefile from config/
   to src, cd to src and make. See config/README for what each
   of those files is for.  Note: some of those files haven't been
   updated in ages, so they may no longer be usable.


 IMPORTANT NOTE ON PDF SUPPORT
 ===========================================

 Direct PDF support in gnuplot is provided by an external library.
 Two options are currently possible.  It is possible to have both
 PDF terminal drivers in the same gnuplot executable.
 
 The newer "pdfcairo" terminal uses the pango and cairo libraries.
 This driver will be built if the configure script detects suitable
 versions of cairo and pango on your machine.
 
 The older "pdf" terminal uses a library provided by PDFlib GmbH,
 Germany ( http://www.pdflib.de/ ).  This library is available under
 two strictly separate licencing models.  Depending on the environment
 you use gnuplot in, you may have to purchase a commercial licence for
 PDFlib even though gnuplot itself is free software.  

 There's a special version of PDFlib, called ``PDFlib Lite'', which
 is freely redistrutable, but programs linked to that are strictly for
 non-commercial usage only.  *You* are liable for whatever violations
 of this licence occur in a gnuplot binary built by you.