summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-02-28 17:18:26 +0100
committerTor Andersson <tor@ghostscript.com>2009-02-28 17:18:26 +0100
commit4ee4da1c6d2db727790dd72a60a7f29d43e802b9 (patch)
tree9dc62024ae86da5e5e9087cc18b8cd972d327917 /Jamfile
parentc122f42c6fa567efb3bca38144bbd29357ff327a (diff)
downloadmupdf-4ee4da1c6d2db727790dd72a60a7f29d43e802b9.tar.xz
Move cmapdump and fontdump tools inside mupdf directory.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Jamfile b/Jamfile
index 23a80dcb..8543c38a 100644
--- a/Jamfile
+++ b/Jamfile
@@ -13,13 +13,10 @@ HDRS = [ FDirName $(TOP) include ] ;
SubInclude TOP fitz ;
SubInclude TOP fitzdraw ;
-Main hexdump : hexdump.c ;
-Main cmapdump : cmapdump.c ;
-LinkLibraries cmapdump : libfitz ;
-
-SubInclude TOP fonts ;
SubInclude TOP cmaps ;
+SubInclude TOP fonts ;
SubInclude TOP mupdf ;
SubInclude TOP apps ;
+