summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-03-09 01:32:28 +0100
committerTor Andersson <tor@ghostscript.com>2010-03-09 01:32:28 +0100
commit9cd0b60b343a32db08e4bebb8d11793560d1c7d4 (patch)
tree18bb472aefeb865b084db53f3834ea4c11ece856 /Jamfile
parent732d0707c35ac18fab146ee97e7faa037ccf465b (diff)
downloadmupdf-9cd0b60b343a32db08e4bebb8d11793560d1c7d4.tar.xz
Remove Jamfiles and update the README.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/Jamfile b/Jamfile
deleted file mode 100644
index 74127953..00000000
--- a/Jamfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# --------------------------------------------------------------------------
-#
-# This is the Jamfile used for building Fitz and MuPDF.
-# Put paths and other options in Jamrules, not here.
-#
-# http://public.perforce.com/public/jam/src/Jam.html
-#
-
-SubDir TOP ;
-
-HDRS += [ FDirName $(TOP) fitz ] ;
-HDRS += [ FDirName $(TOP) mupdf ] ;
-HDRS += [ FDirName $(TOP) apps ] ;
-
-SubInclude TOP fitz ;
-SubInclude TOP fitzdraw ;
-SubInclude TOP mupdf ;
-SubInclude TOP apps ;