repo.or.cz
/
muse-el.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Makefile.defs.default: Add support for DESTDIR.
[muse-el.git]
/
examples
/
johnw
/
publish-johnw
blob
338a51657d41892a1814d918ae50643ce6c90952
1
#!/bin/bash
2
#
3
# Example publishing script for johnw's configuration
4
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
=
.
"$@"