summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-03-01 16:12:12 +0100
committerTor Andersson <tor@ghostscript.com>2009-03-01 16:12:12 +0100
commit83785e41078f6e0bb2efce1d7783f166ac2e95c2 (patch)
tree7f6794596886bd71e1c7edabcbe85d25e21c6c22 /Jamfile
parent861c39bf796ef374dd52df2314ab6d85df635b6d (diff)
downloadmupdf-83785e41078f6e0bb2efce1d7783f166ac2e95c2.tar.xz
Move fonts and cmaps building into mupdf Jamfile.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Jamfile b/Jamfile
index d3a55fe3..848f4e00 100644
--- a/Jamfile
+++ b/Jamfile
@@ -14,11 +14,6 @@ HDRS += [ FDirName $(TOP) apps ] ;
SubInclude TOP fitz ;
SubInclude TOP fitzdraw ;
-
-SubInclude TOP cmaps ;
-SubInclude TOP fonts ;
SubInclude TOP mupdf ;
-
SubInclude TOP apps ;
-