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
Move lisp files to `lisp' directory; hack on Makefiles, XEmacs compat.
[muse-el.git]
/
scripts
/
publish
blob
106da1ec8bc725ffc2bb68260aa62a6b2b524fb5
1
#!/bin/bash
2
style
=
$
(
echo
$1
|
sed
's/^--//'
)
3
shift
4
emacs
-q -batch
$SITEFLAG
-L
..
/
lisp \
5
-l
muse.el
-l
muse-regexps.el
-l
muse-publish.el \
6
-l
muse-html.el
-l
muse-latex.el
-l
muse-texinfo.el \
7
-f
muse-batch-publish-files
$style
--output-dir
=
.
"$@"