Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
99ad363f
Commit
99ad363f
authored
May 12, 2000
by
rrt
Browse files
[project @ 2000-05-12 16:56:54 by rrt]
Add JadeCmd to find path of jade.
parent
722f1ad2
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
99ad363f
...
...
@@ -488,6 +488,9 @@ AC_PATH_PROGS(TarCmd,gtar tar,tar)
dnl ** check for gzip/compress
AC_PATH_PROGS(CompressCmd,gzip compress,gzip)
dnl ** check for jade/openjade
AC_PATH_PROGS(JadeCmd,openjade jade,jade)
compress_nm=`basename $CompressCmd`
if test x"$compress_nm" = xgzip; then
CompressCmd="$CompressCmd -d"
...
...
mk/config.mk.in
View file @
99ad363f
...
...
@@ -633,6 +633,8 @@ YACC = @YaccCmd@
#-----------------------------------------------------------------------------
# SGML stuff
JADE = @JadeCmd@
SGML2DVI = $(DOCBOOK_PREFIX)db2dvi
SGML2HTML = $(DOCBOOK_PREFIX)db2html
SGML2PS = $(DOCBOOK_PREFIX)db2ps
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment