/[gnats]/gnats/doc/p-inst.texi
ViewVC logotype

Diff of /gnats/doc/p-inst.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by yngves, Fri Dec 7 17:42:54 2001 UTC revision 1.12 by pdm, Tue Dec 11 21:36:11 2001 UTC
# Line 135  disregard this step altogether. Line 135  disregard this step altogether.
135    
136  You may wish to alter the installation directory for the Emacs lisp  You may wish to alter the installation directory for the Emacs lisp
137  files.  If your Emacs lisp library is not in  files.  If your Emacs lisp library is not in
138  @w{@file{@var{prefix}/share/emacs/site-lisp}}, edit the files  @w{@file{@var{prefix}/share/emacs/site-lisp}}, edit the file
139    @code{@var{srcdir}/gnats/Makefile.in}.  Change the variable
140  @smallexample  @code{lispdir} from @w{@file{@var{prefix}/emacs/site-lisp}} to the
141  @var{srcdir}/gnats/Makefile.in   @emph{and}  directory containing your Emacs lisp library.  For information on
 @var{srcdir}/send-pr/Makefile.in  
 @end smallexample  
   
 @noindent  
 Change the variable @code{lispdir} from @w{@file{@var{prefix}/emacs/site-lisp}} to  
 the directory containing your Emacs lisp library.  For information on  
142  @var{prefix}, see @ref{prefix,,@var{prefix}}.  @var{prefix}, see @ref{prefix,,@var{prefix}}.
143    
144  @item  @item
# Line 292  cd @var{objdir} Line 286  cd @var{objdir}
286  @end smallexample  @end smallexample
287    
288  By default, @code{make} compiles the programs in the same directory  By default, @code{make} compiles the programs in the same directory
289  as the sources (@var{srcdir}).  Emacs lisp files are byte-compiled if  as the sources (@var{srcdir}).
 @code{make} can find Emacs on your local system.  
290    
291  @item  @item
292  Make sure you have @sc{gnu} @code{make}, then run  Make sure you have @sc{gnu} @code{make}, then run
# Line 361  lisp library, or instruct your local res Line 354  lisp library, or instruct your local res
354  lines in their @file{.emacs}:  lines in their @file{.emacs}:
355    
356  @smallexample  @smallexample
357    (autoload 'send-pr "gnats"
358       "Command to create and send a problem report." t)
359  (autoload 'edit-pr "gnats"  (autoload 'edit-pr "gnats"
360     "Command to edit a problem report." t)     "Command to edit a problem report." t)
361  (autoload 'view-pr "gnats"  (autoload 'view-pr "gnats"
362     "Command to view a problem report." t)     "Command to view a problem report." t)
 (autoload 'unlock-pr "gnats"  
    "Unlock a problem report." t)  
363  (autoload 'query-pr "gnats"  (autoload 'query-pr "gnats"
364     "Command to query information about problem reports." t)     "Command to query information about problem reports." t)
365  (autoload 'send-pr-mode "send-pr"  (autoload 'unlock-pr "gnats"
366     "Major mode for sending problem reports." t)     "Unlock a problem report." t)
367  (autoload 'send-pr "send-pr"  (autoload 'gnats-dbconfig-mode "gnats"
368     "Command to create and send a problem report." t)    "Major mode for editing the `dbconfig' GNATS configuration file." t)
369    (add-to-list 'auto-mode-alist '("\\<dbconfig$" . gnats-dbconfig-mode))  
370  @end smallexample  @end smallexample
   
 Emacs lisp files are byte-compiled if @code{make} can find Emacs on your  
 local system.  
371  @end enumerate  @end enumerate
372    
373  @node Setting up the default database  @node Setting up the default database

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26