diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 13:45:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 13:45:21 +0000 |
commit | 9e95f9e86db776425da8a3df4681092e976e49bf (patch) | |
tree | c370c6c7c0cc32c750667834b51ce1dd6592906c /psprint_config/configuration | |
parent | ce64791a754ba315ab954834b05969da36d91d8a (diff) |
INTEGRATION: CWS vcl89 (1.3.4); FILE MERGED
2008/05/07 19:57:23 pl 1.3.4.1: #i72327# use switch WITH_SYSTEM_PPD_DIR
Diffstat (limited to 'psprint_config/configuration')
-rw-r--r-- | psprint_config/configuration/ppds/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/psprint_config/configuration/ppds/makefile.mk b/psprint_config/configuration/ppds/makefile.mk index 912ed3d444a5..d24aefe043b4 100644 --- a/psprint_config/configuration/ppds/makefile.mk +++ b/psprint_config/configuration/ppds/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # # This file is part of OpenOffice.org. # @@ -40,7 +40,11 @@ all: .ENDIF ZIP1TARGET = fontunxppds +.IF "$(WITH_SYSTEM_PPD_DIR)" != "" +ZIP1LIST = SGENPRT.PS SGENT42.PS GENERIC.PS +.ELSE ZIP1LIST = * -x makefile.* -x delzip +.ENDIF .INCLUDE : target.mk |