summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2010-11-25 03:30:27 -0600
committerTed Zlatanov <tzz@lifelogs.com>2010-11-25 03:30:27 -0600
commit59b1de053605cce040206382ec4ee5adca988938 (patch)
treef57748b054d03ee1feb8cc0ffecd51d3fe23e664 /README
parent46c8775caa216d130b8fb8b1ceb568f4dc6d2717 (diff)
downloademacs-59b1de053605cce040206382ec4ee5adca988938.tar.gz
* README: Explain how to run the repo build script.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 891cc4318e8..2fa9ffa9168 100644
--- a/README
+++ b/README
@@ -6,6 +6,14 @@ This is the Emacs repository for ELPA-style packages.
packages/ contains all the packages
admin/ contains all the fetch and deployment scripts
+html/ contains the HTML to run the repo.
+
+To make your own copy of this repo:
+bzr cat bzr://bzr.savannah.gnu.org/emacs/elpa/admin/package-update.sh
+chmod +x package-update.sh
+./package-update.sh $INSTALLDIR
+# what did the installer do? let's check...
+cat $INSTALLDIR/update-log
This file is part of GNU Emacs.