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
|
Description: Fixes for gs.1 (Debian specific path adjustments)
Author: Masayuki Hatta <mhatta@debian.org>
Forwarded: not-needed
Last-Update: 2023-09-13
---
This patch header follows DEP-3: https://dep.debian.net/deps/dep3/
--- a/man/gs.1
+++ b/man/gs.1
@@ -321,18 +321,18 @@
are typically based in \fBC:\\GS\fR, but may be elsewhere, especially if
you install Ghostscript with \fBGSview\fR. Run "\fBgs -h\fR" to find the
location of Ghostscript documentation on your system, from which you can
-get more details.
+get more details. On a Debian system they are in \fB/usr\fR.
.TP
-.B /usr/local/share/ghostscript/#.##/*
+.B /usr/share/gs-gpl/#.##/*/*
Startup files, utilities, and basic font definitions
.TP
-.B /usr/local/share/ghostscript/fonts/*
-More font definitions
+.B /usr/share/fonts/type1/gsfonts/*
+More font definitions from the gsfonts package
.TP
-.B /usr/local/share/ghostscript/#.##/examples/*
+.B /usr/share/doc/gs-gpl/examples/*
Ghostscript demonstration files
.TP
-.B /usr/local/share/ghostscript/#.##/doc/*
+.B /usr/share/doc/gs-gpl/*
Diverse document files
.SH "INITIALIZATION FILES"
When looking for the initialization files "gs_*.ps", the files related to
@@ -356,7 +356,8 @@
Ghostscript makefile when the executable was built. When \fBgs\fR is built
on Unix, \fBGS_LIB_DEFAULT\fR is usually
"/usr/local/share/ghostscript/#.##:/usr/local/share/ghostscript/fonts"
-where "#.##" represents the Ghostscript version number.
+where "#.##" represents the Ghostscript version number. They are
+"/usr/share/gs-gpl/#.## on a Debian system".
.PP
Each of these (\fBGS_LIB_DEFAULT\fR, \fBGS_LIB\fR, and \fB\-I\fR parameter)
may be either a single directory or a list of directories separated by
|