Merged from mwolson@gnu.org--2006/muse--main--1.0 (patch 390-393)
[muse-el.git] / examples / johnw / publish-johnw
blob338a51657d41892a1814d918ae50643ce6c90952
1 #!/bin/bash
3 # Example publishing script for johnw's configuration
5 style=$(echo $1 | sed 's/^--//')
6 shift
7 emacs -q -batch -L $(dirname $0) \
8 -l muse-build.el -l muse-johnw.el \
9 -f muse-batch-publish-files $style --output-dir=. "$@"