diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2010-01-21 16:33:15 +0000 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2010-01-21 16:33:15 +0000 |
commit | 43eb0ab07f8694c0aec4d1e091daec3390970847 (patch) | |
tree | eb37d6bfb160334df38411a14315144c1bbeba42 /Makefile | |
parent | fcc9108a8d20356ef50054231ec75c22c7072e1d (diff) |
Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file and free the zip_table and xps fonts at dnit time.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10627 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -65,6 +65,16 @@ svg: svg-clean: $(MAKE) -C svg -f svg_gcc.mak pdl-clean +mupdf-debug: + $(MAKE) -C mupdf -f bovine_gcc.mak pdl-debug + +mupdf: + $(MAKE) -C mupdf -f bovine_gcc.mak pdl-product + +mupdf-clean: + $(MAKE) -C mupdf -f bovine_gcc.mak pdl-clean + + #### UFST LIBRARY DEPENDENCY RULES #### ufst: @@ -142,4 +152,4 @@ all-debug: pcl-debug udebug ls-debug ls-udebug xps-debug all-clean: clean uclean ls-uclean ls-clean $(MAKE) -C ufst/rts/lib -f makefile.artifex clean -.PHONY: all clean test check install uninstall product profile pcl pcl-debug pcl-test pcl-install pcl-uninstall pcl-clean xps xps-debug svg svg-debug ls-clean ls-test ls-install ls-product ls-profile ls-udebug udebug ufst +.PHONY: all clean test check install uninstall product profile pcl pcl-debug pcl-test pcl-install pcl-uninstall pcl-clean xps xps-debug svg svg-debug ls-clean ls-test ls-install ls-product ls-profile ls-udebug udebug ufst mupdf |