From: earnie_boyd@hotmail.com (Earnie Boyd)
Subject: Re: Help on groff config
5 Dec 1997 07:38:30 -0800
Message-ID: <19971205130329.7868.qmail.cygnus.gnu-win32@hotmail.com>
Content-Type: text/plain
To: ycdtosa@icsa.es
Cc: gnu-win32@cygnus.com

I created and use the following script.  Note the instructions included 
in the script.

#!/bin/sh
# file: install
# author: earnie        email: earnie_boyd@hotmail.com
# Install Preprocessor for the gnu-win32 "make install" command.
#
# To use:
#   mv /bin/install.exe /bin/ginstall
#   copy this file to /bin/install
#
# Note:
#   No warranty implicit or explicit is given.
#   You may copy, distribute and use as you see fit.
#   USE AT YOU OWN RISK.
#
tstr=""
while test $# -gt 0; \
do \
        if test -e $1.exe; \
        then \
                tstr="$tstr$1.exe $2.exe"; \
                shift; \
        else \
                tstr="$tstr$1 "; \
        fi; \
        shift; \
done
echo "/bin/ginstall $tstr"
eval "/bin/ginstall $tstr"; \
exit




-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
