File: create-docs.sh

package info (click to toggle)
s-el 1.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: lisp: 3,140; sh: 37; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (5)
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