/usr/share/doc/pspp/README.Debian is in pspp 0.8.4-1.
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 38 39 40 41 42 43 | pspp for Debian
---------------
---- Documentation ----
The PSPP documentation is available in INFO via:
info pspp
also in HTML and PDF in
/usr/share/doc/pspp
You may install the "doc-central" package and point your browser at
http://localhost/dc
and look under "apps/math",
or install the "dwww" package and point your browser at
http://localhost/dwww
and search for "pspp",
or install the "dhelp" package and point your browser at
http://localhost/doc/HTML/index.html
and look under "math".
---- Emacs mode for PSPP ----
To use pspp-mode.el, you may want to add something like this to your .emacs file:
(autoload 'pspp-mode "pspp-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode))
- Jim Van Zandt
-- Friedrich Beckmann <friedrich.beckmann@gmx.de> Thu, 07 Aug 2014 03:04:58 +0200
|