diff options
author | René Engelhard <rene@openoffice.org> | 2006-12-06 13:22:39 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2006-12-06 13:22:39 +0000 |
commit | d23df62ca79e0b8a7276f87d9fc49bd958c25dd9 (patch) | |
tree | bdc76549344e363e37ea0ea86553875716824cd6 /afms | |
parent | ebd161374d6457119c5ed5dfa1d2635a5239f623 (diff) |
#i72124# make afms zipped and the zip delivered (like in former psprint_config)
Diffstat (limited to 'afms')
-rw-r--r-- | afms/makefile.mk | 33 | ||||
-rw-r--r-- | afms/prj/d.lst | 4 |
2 files changed, 10 insertions, 27 deletions
diff --git a/afms/makefile.mk b/afms/makefile.mk index 4290e58ee9d0..d4d185acbf05 100644 --- a/afms/makefile.mk +++ b/afms/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: rene $ $Date: 2006-12-06 13:09:33 $ +# last change: $Author: rene $ $Date: 2006-12-06 14:22:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,34 +47,17 @@ TARGET=afms TARFILE_NAME=Adobe-Core35_AFMs-314 TARFILE_ROOTDIR=Adobe-Core35_AFMs-314 -PATCH_FILE_NAME= - - -CONFIGURE_DIR= -CONFIGURE_ACTION= - -BUILD_DIR= -BUILD_ACTION= -BUILD_FLAGS= - # --- Targets ------------------------------------------------------ -all: \ - $(MISC)$/remove_build.flag \ - ALLTAR - .INCLUDE : set_ext.mk + +ZIP1DIR = $(MISC)/build/$(TARFILE_NAME) +ZIP1TARGET = fontunxafm +ZIP1LIST = *.afm + .INCLUDE : target.mk -.IF "$(WITH_FONTS)"!="NO" .INCLUDE : tg_ext.mk -.ENDIF - -# Since you never know what will be in a patch (for example, it may already -# patch at configure level), we remove the entire package directory if a patch -# is newer. -$(MISC)$/remove_build.flag : $(PATCH_FILE_NAME) - $(REMOVE_PACKAGE_COMMAND) - +$(TOUCH) $(MISC)$/remove_build.flag +$(ZIP1TARGETN): $(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) diff --git a/afms/prj/d.lst b/afms/prj/d.lst index 713cb9150218..78d504629d6d 100644 --- a/afms/prj/d.lst +++ b/afms/prj/d.lst @@ -1,3 +1,3 @@ -mkdir: %_DEST%\pck%_EXT% -..\%__SRC%\misc\build\Adobe-Core35_AFMs-314\*.afm %_DEST%\pck%_EXT%\*.afm + +..\%__SRC%\bin\*.zip %_DEST%\pck%_EXT%\*.zip |