Mercurial > hg > xemacs-beta
diff nt/config.inc.samp @ 495:02f7a782086f
[xemacs-hg @ 2001-05-01 09:36:44 by ben]
* config.inc.samp (MAKEINFO): point at more standard c: not f:.
Fix more compiler warnings, clean up the style to conform
more to standard XEmacs.
author | ben |
---|---|
date | Tue, 01 May 2001 09:36:44 +0000 |
parents | 0784d089fdc9 |
children | 943eaba38521 |
line wrap: on
line diff
--- a/nt/config.inc.samp Tue May 01 07:23:47 2001 +0000 +++ b/nt/config.inc.samp Tue May 01 09:36:44 2001 +0000 @@ -58,7 +58,7 @@ # Set this to specify the location of makeinfo. (If not set, XEmacs will # attempt to use its built-in texinfo support when building info files.) -MAKEINFO=f:\src\texinfo-4.0\makeinfo\makeinfo.exe +MAKEINFO=c:\src\texinfo-4.0\makeinfo\makeinfo.exe ############################################################################