32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
|
From cdbb6be090587d190a37e21869874254a373f1e3 Mon Sep 17 00:00:00 2001
|
||
|
From: "David Kaspar [Dee'Kej]" <dkaspar@redhat.com>
|
||
|
Date: Mon, 11 Dec 2017 17:27:39 +0100
|
||
|
Subject: [PATCH] base/unixinst.mak: do not install examples/ by default
|
||
|
anymore
|
||
|
|
||
|
Those files in the examples/ folder are for testing purposes,
|
||
|
and not really good examples for people trying to learn PostScript.
|
||
|
|
||
|
However, we are keeping the 'make install-examples' target for people
|
||
|
who still wishes to use those files for some reason.
|
||
|
---
|
||
|
base/unixinst.mak | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/base/unixinst.mak b/base/unixinst.mak
|
||
|
index fcc1222..296e9fa 100644
|
||
|
--- a/base/unixinst.mak
|
||
|
+++ b/base/unixinst.mak
|
||
|
@@ -78,7 +78,7 @@ PSDOCDIR=$(PSLIBDIR)/../doc
|
||
|
PSEXDIR=$(PSLIBDIR)/../examples
|
||
|
PSMANDIR=$(PSLIBDIR)/../man
|
||
|
|
||
|
-install-data: install-libdata install-resdata$(COMPILE_INITS) install-iccdata$(COMPILE_INITS) install-doc install-man install-examples
|
||
|
+install-data: install-libdata install-resdata$(COMPILE_INITS) install-iccdata$(COMPILE_INITS) install-doc install-man
|
||
|
|
||
|
# There's no point in providing a complete dependency list: we include
|
||
|
# one file from each subdirectory just as a sanity check.
|
||
|
--
|
||
|
2.9.5
|
||
|
|