SCM

SCM Repository

[xemacs] Diff of /XEmacs/packages/XEmacs.rules
ViewVC logotype

Diff of /XEmacs/packages/XEmacs.rules

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

revision 1.12, Tue Oct 13 10:12:27 1998 UTC revision 1.13, Mon Dec 7 18:02:19 1998 UTC
# Line 23  Line 23 
23  # Developer configurable portion  # Developer configurable portion
24    
25  # path to XEmacs-21.0  # path to XEmacs-21.0
26  XEMACS = /home/xemacs/xemacs-20.0/src/xemacs  XEMACS = xemacs
27    
28  # Build Mule?  Comment for no Mule  # Build Mule?  Comment for no Mule
29  BUILD_MULE=t  BUILD_MULE=t
# Line 32  Line 32 
32  INSTALL = ginstall -c  INSTALL = ginstall -c
33    
34  # path to GNU tar  # path to GNU tar
35  TAR = /usr/bin/tar  TAR = tar
36    
37  # Stuff tar should never archive  # Stuff tar should never archive
38  EXCLUDES = --exclude 'CVS' --exclude '*~' --exclude '*.orig' --exclude '*.rej'  EXCLUDES = --exclude 'CVS' --exclude '*~' --exclude '*.orig' --exclude '*.rej'
# Line 82  Line 82 
82    
83  all:: $(AUTOLOAD_PATH)/_pkg.el  all:: $(AUTOLOAD_PATH)/_pkg.el
84    
85    bytecompile:: all
86    
87  dist:: srckit binkit package-info  dist:: srckit binkit package-info
88    
89  clean::  clean::

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

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source