groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] Changes to //var/cvs/groff


From: wlemb
Subject: [Groff-commit] Changes to //var/cvs/groff
Date: 7 Apr 2004 17:46:00 -0000

Log from commit: 

Update of /var/cvs/groff/src/preproc/eqn
In directory genba:/tmp/cvs-serv12667/src/preproc/eqn

Modified Files:
        Makefile.sub neqn.sh 
Log Message:


Make scripts like nroff.sh and neqn.sh portable across various
(Unix-like) shell implementations from Cygwin, MSYS, etc., which use
non-POSIX path separators.  The idea is to extend those scripts to
decide at run-time (of the script) which path separator to use.

* arch/misc/Makefile.sub: New file.
* arch/misc/shdeps.sh: New file, generating OS dependency fixups.
This script handles @GROFF_BIN_PATH_SETUP@, replacing it with
a proper definition of the variable `GROFF_RUNTIME'.

* Makefile.in (SH_DEPS_SED_SCRIPT): New variable.
(MDEFINES): Add SH_DEPS_SED_SCRIPT.
(PROGDEPDIRS): New variable.
`FORCE' it.
(PROGDIRS): Add PROGDEPDIRS.

* src/preproc/eqn/Makefile.sub (neqn): Call SH_DEPS_SED_SCRIPT.
Don't substitute @SEP@ and @address@hidden
* src/preproc/eqn/neqn.sh: Use @address@hidden
(PATH): Use GROFF_RUNTIME.

* src/roff/nroff/Makefile.sub (nroff): Call SH_DEPS_SED_SCRIPT.
Don't substitute @SEP@ and @address@hidden
* src/roff/nroff/nroff.sh: Use @address@hidden
(PATH): Use GROFF_RUNTIME.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]