make/scripts/pandoc-manpage-filter.sh.template
branchihse-manpages-branch
changeset 57036 7f3d846038fc
parent 56977 9221e7c3bf36
child 57049 d13c49f43710
equal deleted inserted replaced
57035:f7a879e76ab8 57036:7f3d846038fc
    23 #
    23 #
    24 
    24 
    25 # Simple wrapper script to call Nashorn with the javascript pandoc filter
    25 # Simple wrapper script to call Nashorn with the javascript pandoc filter
    26 
    26 
    27 @@BOOT_JDK@@/bin/jjs @@JJS_FLAGS@@ -scripting \
    27 @@BOOT_JDK@@/bin/jjs @@JJS_FLAGS@@ -scripting \
    28     "@@TOPDIR@@/make/scripts/pandoc-manpage-filter.js"
    28     "@@TOPDIR@@/make/scripts/pandoc-manpage-filter.js" 2> /dev/null