summaryrefslogtreecommitdiff
path: root/base/unixinst.mak
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2017-12-11 17:27:39 +0100
committerChris Liddell <chris.liddell@artifex.com>2018-01-08 13:39:35 +0000
commit0da8eed54f24cf3dcb5f950c742a8072b7c7e01a (patch)
tree6271e5f85732b70a9c721393b95f66913a168095 /base/unixinst.mak
parenteb3f2ab6f3c5c1d113a8314c0251ca1e50b1196b (diff)
downloadghostpdl-0da8eed54f24cf3dcb5f950c742a8072b7c7e01a.tar.gz
Bug 698813: 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.
Diffstat (limited to 'base/unixinst.mak')
-rw-r--r--base/unixinst.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/unixinst.mak b/base/unixinst.mak
index fcc12224d..296e9fa11 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.