diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-12-13 09:37:48 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-12-13 09:37:48 +0100 |
commit | 72976993f5b39d9ee1599dc89961288b297cdc62 (patch) | |
tree | 131098a8e8c2de04766181aeddc8a13aebb2981d /Jamfile | |
parent | 690dabe2db5f440b9bbb4c4eecbeeb77635a22b4 (diff) | |
download | mupdf-72976993f5b39d9ee1599dc89961288b297cdc62.tar.xz |
clean up nametree and outlines
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -205,9 +205,9 @@ LINKLIBS on x11pdf = -lX11 -lXext $(LINKLIBS) ; Main pdfclean : test/pdfclean.c ; Main pdfdebug : test/pdfdebug.c ; -Main pdfmerge : test/pdfmerge.c ; -Main pdfrip : test/pdfrip.c ; -Main pdffunction : test/pdffunction.c ; +# Main pdfmerge : test/pdfmerge.c ; +# Main pdfrip : test/pdfrip.c ; +# Main pdffunction : test/pdffunction.c ; Main x11pdf : test/x11pdf.c test/ximage.c ; |