Gnus development mailing list
 help / color / mirror / Atom feed
From: Didier Verna <verna@inf.enst.fr>
Cc: ding@gnus.org
Subject: Re: Installing Gnus as a package under XEmacs-21.2
Date: 07 Dec 1998 10:40:04 +0100	[thread overview]
Message-ID: <qyjd85we1e3.fsf@metheny.enst.fr> (raw)
In-Reply-To: Lloyd Zusman's message of "05 Dec 1998 08:22:27 -0500"

Lloyd Zusman writes:

Lloyd> I'm using pgnus-0.63 under XEmacs-21.2.beta4 I'm wondering what it
Lloyd> would take to install Gnus as an auto-autoloadable package under
Lloyd> XEmacs-21.2. I know that part of this procedure entails creating the
Lloyd> following directory:

Lloyd> ../lib/xemacs/site-packages/lisp/gnus

Lloyd> However, I believe that I also need an `auto-autoloads.el' file. Is
Lloyd> that true? If so, how can I generate one? It looks like the
Lloyd> `auto-autoloads.el' files for other packages are somehow automatically
Lloyd> generated.


	I usually compile with `gmake EMACS=xemacs' in the pgnus distribution, 
and then, I have a stupid script that removes the preceding version, installs
the new one, and regenerates the autoloads and the custom-loads. Here it is
fwiw: 

 ,----
| #! /bin/sh     
| 		 
| prefix=/infres/metheny
| package=$prefix/lib/xemacs/site-packages
| lisp_dir=$package/lisp/gnus
| emacs=$prefix/latest/xemacs/src/xemacs
| 		 
| rm -f $package/lisp/gnus/*
| rm -f $package/info/gnus*
| 		 
| gmake lispdir=$lisp_dir infodir=$package/info EMACS=$emacs install
| cp lisp/*.el $lisp_dir
| 		 
| cd $lisp_dir   
| $emacs -batch -q -l autoload -f batch-update-directory .
| $emacs -batch -q -l cus-dep  -f Custom-make-dependencies .
| $emacs -batch -q -f batch-byte-compile auto-autoloads.el custom-load.el
| 		 
| cd ../../      
| 		 
| chmod -R a+rX .
`-----


-- 
    /     /   _   _       Didier Verna        http://www.inf.enst.fr/~verna/
 - / / - / / /_/ /      E.N.S.T. INF C201.1      mailto:verna@inf.enst.fr
/_/ / /_/ / /__ /        46 rue Barrault        Tel.   (33) 01 45 81 73 46
                      75634 Paris  cedex 13     Fax.   (33) 01 45 81 31 19


      reply	other threads:[~1998-12-07  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-05 13:22 Lloyd Zusman
1998-12-07  9:40 ` Didier Verna [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qyjd85we1e3.fsf@metheny.enst.fr \
    --to=verna@inf.enst.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).