]> code.delx.au - gnu-emacs-elpa/blob - README
2fa9ffa9168f7693178fb5cff57fbad323d679ce
[gnu-emacs-elpa] / README
1 Copyright (C) 2010 Free Software Foundation, Inc.
2 See the end of the file for license conditions.
3
4
5 This is the Emacs repository for ELPA-style packages.
6
7 packages/ contains all the packages
8 admin/ contains all the fetch and deployment scripts
9 html/ contains the HTML to run the repo.
10
11 To make your own copy of this repo:
12 bzr cat bzr://bzr.savannah.gnu.org/emacs/elpa/admin/package-update.sh
13 chmod +x package-update.sh
14 ./package-update.sh $INSTALLDIR
15 # what did the installer do? let's check...
16 cat $INSTALLDIR/update-log
17
18 \f
19 This file is part of GNU Emacs.
20
21 GNU Emacs is free software: you can redistribute it and/or modify
22 it under the terms of the GNU General Public License as published by
23 the Free Software Foundation, either version 3 of the License, or
24 (at your option) any later version.
25
26 GNU Emacs is distributed in the hope that it will be useful,
27 but WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 GNU General Public License for more details.
30
31 You should have received a copy of the GNU General Public License
32 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.