summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-03-05 09:58:59 +0000
committerwlemb <wlemb>2004-03-05 09:58:59 +0000
commit81c53e67a335973d82801b335010ab833952b666 (patch)
tree2aa75dbecf318fd03cd318400e34fa9f57f90e29 /contrib
parentb60ed8679f2a3695d4a46c881504e3d8d07517c3 (diff)
downloadgroff-81c53e67a335973d82801b335010ab833952b666.tar.gz
* Makefile.in (SEP): Replaced with...
(RT_SEP, SH_SEP): Separators for the target platform's native path separator and the build environment, respectively. (fontpath, tmacpath): Use RT_SEP. (MDEFINES): Updated. * contrib/mom/Makefile.sub (GROFF_BIN_PATH): Use SH_SEP. * doc/Makefile.sub (GROFF_BIN_PATH): Use SH_SEP. * src/preproc/eqn/Makefile.sub (neqn): Use SH_SEP. * src/roff/nroff/Makefile.sub (nroff): Use SH_SEP. * fonts/devlj4/Makefile.sub (LJ4RES): Set to 1200. This helps to reduce alignment problems with newer printers which use built-in TrueType fonts (instead of the older Intellifonts). The ideal solution is to provide a second set of groff metric files, but this is extremely time-consuming to produce, given that HP's metric files are very rudimentary.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mom/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mom/Makefile.sub b/contrib/mom/Makefile.sub
index c8653930..008c9d98 100644
--- a/contrib/mom/Makefile.sub
+++ b/contrib/mom/Makefile.sub
@@ -1,4 +1,4 @@
-# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
# Written by Werner Lemberg (wl@gnu.org)
#
# This file is part of groff.
@@ -19,7 +19,7 @@
# These may be overridden if cross-compiling.
GROFFBIN=$(top_builddir)/src/roff/groff/groff
-GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|$(SEP)|g'`
+GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|$(SH_SEP)|g'`
groff_bin_dirs=\
$(top_builddir)/src/roff/groff \