-
Signed-off-by: Gwenhael Le moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
08d0e43ec2
commit
b8cc6d9401
3 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
|
# http://www.emacswiki.org/emacs/DiminishedModes
|
||||||
|
|
||||||
# variables
|
# variables
|
||||||
VERSION=$(date +"%Y.%m.%d_%H:%M")
|
VERSION=$(date +"%Y.%m.%d_%H:%M")
|
||||||
|
@ -45,6 +46,7 @@ mkdir -p $CWD/els
|
||||||
}
|
}
|
||||||
|
|
||||||
for el in \
|
for el in \
|
||||||
|
"http://www.eskimo.com/~seldon/diminish.el" \
|
||||||
"http://lambda.nirv.net/m/files/color-theme-chocolate-rain.el" \
|
"http://lambda.nirv.net/m/files/color-theme-chocolate-rain.el" \
|
||||||
"http://live.gnome.org/Vala/Emacs?action=AttachFile&do=get&target=vala-mode.el" \
|
"http://live.gnome.org/Vala/Emacs?action=AttachFile&do=get&target=vala-mode.el" \
|
||||||
"http://www.davep.org/emacs/boxquote.el" \
|
"http://www.davep.org/emacs/boxquote.el" \
|
||||||
|
|
|
@ -57,6 +57,7 @@ mkdir -p $PKG$PREFIX/share/emacs/site-lisp/$PRGNAM/
|
||||||
"cus-edit+.el" \
|
"cus-edit+.el" \
|
||||||
"xml-rpc.el" \
|
"xml-rpc.el" \
|
||||||
"weblogger.el" \
|
"weblogger.el" \
|
||||||
|
"color-theme-tango.el" \
|
||||||
"newsticker-notify.el" ;
|
"newsticker-notify.el" ;
|
||||||
do
|
do
|
||||||
ln -s "$PREFIX/doc/$PRGNAM/$el" "$el" ;
|
ln -s "$PREFIX/doc/$PRGNAM/$el" "$el" ;
|
||||||
|
|
|
@ -54,6 +54,15 @@ cp -R $REPOSITORY $TMP/$APP_NAME-$VERSION
|
||||||
make install
|
make install
|
||||||
make install-info
|
make install-info
|
||||||
rm $PKG$PREFIX/info/dir
|
rm $PKG$PREFIX/info/dir
|
||||||
|
|
||||||
|
# install contrib
|
||||||
|
# mkdir -p $PKG$PREFIX/share/emacs/site-lisp/org-mode-contrib
|
||||||
|
cp -R contrib/lisp $PKG$PREFIX/share/emacs/site-lisp/org-mode-contrib
|
||||||
|
# mkdir -p $PKG$PREFIX/share/emacs/site-lisp/org-mode-contrib/babel
|
||||||
|
cp -R contrib/babel/lisp $PKG$PREFIX/share/emacs/site-lisp/org-mode-contrib/babel
|
||||||
|
|
||||||
|
mkdir -p $PKG$PREFIX/doc/$APP_NAME
|
||||||
|
cp -R contrib $PKG$PREFIX/doc/$APP_NAME
|
||||||
)
|
)
|
||||||
|
|
||||||
# correction
|
# correction
|
||||||
|
|
Loading…
Reference in a new issue