File: README.source

package info (click to toggle)
auto-install-el 1.53-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 128 kB
  • ctags: 78
  • sloc: lisp: 697; sh: 41; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
README.source
--------------------------

auto-install.el distributes by svn for Emacs Wiki.
So the orig.tar.gz file createed by the following command.

 $ wget http://www.emacswiki.org/emacs/download/auto-install.el
 $ export VERSION=`sed -n '/^;; Version\:/p' auto-install.el | sed -e "s/.*Revision\:\s\([0-9.]*\)\s.*/\1/g"`
 $ mkdir auto-install-el-$VERSION
 $ mv auto-install.el auto-install-el-$VERSION
 $ tar cvfz auto-install-el_$VERSION.tar.gz auto-install-el-$VERSION

 -- Takaya Yamashita <takaya@debian.or.jp>, Wed,  4 May 2011 18:25:50 +0900