diff options
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/README.format | 4 | ||||
-rw-r--r-- | src/chrtrans/makefile.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/chrtrans/README.format b/src/chrtrans/README.format index 4b425a00..3d269c57 100644 --- a/src/chrtrans/README.format +++ b/src/chrtrans/README.format @@ -127,11 +127,11 @@ Motivation: - The format is independent of details of other parts of the Lynx code, unlike the "old" LYCharsets.c mechanism. The tables don't have to - be changed in synch when e.g. new entities are added to the entities.h. + be changed in synch when e.g., new entities are added to the entities.h. Note: the Default "7bit approximation" table can be used for case-insensitive search for non-ascii letters if no upper/lower case -information provided by other means, e.g. locale. It is assumed that +information provided by other means, e.g., locale. It is assumed that upper/lower case letters have their "7bit approximation" images in def7_uni.tbl matched case-insensitively. diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index 8173b31e..285e0566 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -4,7 +4,7 @@ # This may not yet work for the general case. # Only some dependencies included. # -SHELL = /bin/sh +SHELL = @CONFIG_SHELL@ x = @PROG_EXT@ @@ -33,6 +33,7 @@ CPP_OPTS = @DEFS@ @CPPFLAGS@ \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/chrtrans \ -I$(top_srcdir)/$(WWWINC) \ + -I$(top_srcdir)/ \ $(SITE_DEFS) CC_OPTS = $(CPP_OPTS) $(CFLAGS) |