summaryrefslogtreecommitdiff
path: root/source/tools/mutool.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/mutool.c')
-rw-r--r--source/tools/mutool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tools/mutool.c b/source/tools/mutool.c
index 95c49fa1..20f4f957 100644
--- a/source/tools/mutool.c
+++ b/source/tools/mutool.c
@@ -28,7 +28,9 @@ static struct {
} tools[] = {
{ muconvert_main, "convert", "convert document" },
{ mudraw_main, "draw", "convert document" },
+#if FZ_ENABLE_JS
{ murun_main, "run", "run javascript" },
+#endif
#if FZ_ENABLE_PDF
{ pdfclean_main, "clean", "rewrite pdf file" },
{ pdfextract_main, "extract", "extract font and image resources" },