ghostscript: fix nitpicks after the update

- unused lcms2 input
- reference $out -> $doc
This commit is contained in:
Vladimír Čunát
2018-09-04 18:50:15 +02:00
parent c19136b1cd
commit a3f6a4b9b6
2 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
Kill the reference from libgc.so to the documentation directory.
It's bad for closure, and probably not really good for anything.
--- a/base/gs.mak
+++ b/base/gs.mak
@@ -538,1 +538,1 @@
- $(EXP)$(ECHOGS_XE) -a $(gconfigd_h) -x 23 define -s -u GS_DOCDIR -x 2022 $(GS_DOCDIR) -x 22
+ $(EXP)$(ECHOGS_XE) -a $(gconfigd_h) -x 23 define -s -u GS_DOCDIR -x 2022 /no-path-to-docs -x 22