annotate msdos/sed4.inp @ 117:578fd4947a72
Added tag r20-1b10 for changeset 9f59509498e1
author |
cvs |
date |
Mon, 13 Aug 2007 09:23:08 +0200 |
parents |
376386a54a3c |
children |
|
rev |
line source |
0
|
1 # -sed4.inp-------------------------------------------------------------
|
|
2 # Configuration script for src/paths.h
|
|
3 # ----------------------------------------------------------------------
|
|
4 /^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
|
|
5 /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
|
|
6 /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
|
|
7 /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/
|