File: publish

package info (click to toggle)
muse-el 3.20%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,828 kB
  • sloc: lisp: 12,366; perl: 350; makefile: 222; python: 106; sh: 16
file content (7 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
#!/bin/bash
style=$(echo $1 | sed 's/^--//')
shift
$EMACS -q $SITEFLAG -batch -l ../scripts/muse-build.el \
    -l muse-regexps.el -l muse.el -l muse-publish.el \
    -l muse-html.el -l muse-latex.el -l muse-texinfo.el \
    -f muse-batch-publish-files $style --output-dir=. "$@"