summaryrefslogtreecommitdiff
path: root/create-docs.sh
blob: 3ac32e0e2a4d5e2dd8bdc2cc03443462cdddcd25 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

if [ -z "$EMACS" ] ; then
    EMACS="emacs"
fi

$EMACS -batch -l s.el -l dev/examples-to-docs.el -l dev/examples.el -f create-docs-file