File: publish

package info (click to toggle)
muse-el 3.20%2Bgit20240209.8710add%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,824 kB
  • sloc: lisp: 12,228; perl: 350; makefile: 166; 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=. "$@"