Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
7 lines
378 B
Diff
7 lines
378 B
Diff
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
|