~ubuntu-branches/ubuntu/intrepid/ghostscript/intrepid-updates

« back to all changes in this revision

Viewing changes to src/unixinst.mak

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-08-13 21:49:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813214958-ro9nbb3fmvzlr7q3
Tags: 8.61.dfsg.1~svn8187-0ubuntu1
New upstream release
o SVN snapshot rev 8187
o CJK patches from Koji Otani to fix several issues with CJK text
(should fix http://bugs.ghostscript.com/show_bug.cgi?id=689304).
These patches were also applied to ESP Ghostscript and having them
in Gutsy's GPL GS will avoide regressions against Feisty's ESP GS.
o Minor bug fixes from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#  or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11
11
#  San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
#
13
 
# $Id: unixinst.mak 8115 2007-07-10 23:30:47Z giles $
 
13
# $Id: unixinst.mak 8186 2007-08-13 16:00:16Z till $
14
14
# Partial makefile common to all Unix and Desqview/X configurations,
15
15
# containing the `install' targets.
16
16
# This is the very last part of the makefile for these configurations.
63
63
        -mkdir -p $(DESTDIR)$(gsdir)
64
64
        -mkdir -p $(DESTDIR)$(gsdatadir)
65
65
        -mkdir -p $(DESTDIR)$(gsdatadir)/lib
 
66
        -mkdir -p $(DESTDIR)$(gsdatadir)/lib/cjkv
66
67
        $(SH) -c 'for f in \
67
68
$(EXTRA_INIT_FILES) Fontmap.GS \
68
69
ht_ccsto.ps \
89
90
        $(SH) -c 'for f in $(PSLIBDIR)/*.ppd $(PSLIBDIR)/*.rpd $(PSLIBDIR)/*.upp $(PSLIBDIR)/*.xbm $(PSLIBDIR)/*.xpm;\
90
91
        do $(INSTALL_DATA) $$f $(DESTDIR)$(gsdatadir)/lib ;\
91
92
        done'
 
93
# install cjkv patch
 
94
        $(SH) -c 'for f in $(PSLIBDIR)/cjkv/*.ps ;\
 
95
        do $(INSTALL_DATA) $$f $(DESTDIR)$(gsdatadir)/lib/cjkv/ ;\
 
96
        done'
92
97
 
93
98
# install the default resource files
94
99
# copy in every category (directory) but CVS