Mercurial > hg > xemacs-beta
comparison lisp/hyperbole/Makefile @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 4be1180a9e89 |
children | 8619ce7e4c50 |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
2 # SUMMARY: Build Hyperbole directories and distributions. | 2 # SUMMARY: Build Hyperbole directories and distributions. |
3 # | 3 # |
4 # AUTHOR: Bob Weiner | 4 # AUTHOR: Bob Weiner |
5 # | 5 # |
6 # ORIG-DATE: 15-Jun-94 at 03:42:38 | 6 # ORIG-DATE: 15-Jun-94 at 03:42:38 |
7 # LAST-MOD: 21-Feb-97 at 18:04:02 by Bob Weiner | 7 # LAST-MOD: 23-Feb-97 at 23:22:48 by Bob Weiner |
8 # | 8 # |
9 # This file is part of Hyperbole. | 9 # This file is part of Hyperbole. |
10 # Available for use and distribution under the same terms as GNU Emacs. | 10 # Available for use and distribution under the same terms as GNU Emacs. |
11 # | 11 # |
12 # Copyright (C) 1994-1995, Free Software Foundation, Inc. | 12 # Copyright (C) 1994-1995, Free Software Foundation, Inc. |
96 | 96 |
97 ########################################################################## | 97 ########################################################################## |
98 # NO CHANGES REQUIRED BELOW HERE. # | 98 # NO CHANGES REQUIRED BELOW HERE. # |
99 ########################################################################## | 99 ########################################################################## |
100 | 100 |
101 HYPB_VERSION = 4.021 | 101 HYPB_VERSION = 4.022 |
102 | 102 |
103 # Libraries that must be pre-loaded before trying to byte-compile anything. | 103 # Libraries that must be pre-loaded before trying to byte-compile anything. |
104 PRELOADS = $(SITE_PRELOADS) -l ./hversion.el -l ./hyperbole.el -l ./hsite.el | 104 PRELOADS = $(SITE_PRELOADS) -l ./hversion.el -l ./hyperbole.el -l ./hsite.el |
105 | 105 |
106 # Compile in batch mode. Under Emacs 19 and XEmacs, load | 106 # Compile in batch mode. Under Emacs 19 and XEmacs, load |