openbsd-ports/devel/darcs/patches/patch-configure
2005-05-16 03:17:28 +00:00

44 lines
1.3 KiB
Plaintext

$OpenBSD: patch-configure,v 1.5 2005/05/16 03:17:28 dons Exp $
Don't build the postscript manual
--- configure.orig Mon May 16 10:27:57 2005
+++ configure Mon May 16 10:29:05 2005
@@ -3798,7 +3798,7 @@ if test "$enable_mmap" = "no"; then
fi
-TARGETS="darcs darcs-createrepo darcs.1"
+TARGETS="darcs darcs-createrepo"
INSTALLWHAT="installbin"
BUILDDOC="no"
@@ -4005,7 +4005,7 @@ if test -z "$DVIPS"; then
echo "$as_me: WARNING: Cannot find dvips in your path!" >&2;}
fi
if test ! '(' '(' -z "$LATEX" ')' -o '(' -z "$DVIPS" ')' ')'; then
- TARGETS="$TARGETS darcs.ps"
+ TARGETS="$TARGETS"
INSTALLWHAT="$INSTALLWHAT installdocs"
BUILDDOC="yes"
fi
@@ -4126,15 +4126,15 @@ fi
echo "$as_me: WARNING: Cannot find hevea in your path either!" >&2;}
MAKEMANUAL="touch manual/index.html; echo Cannot make manual!"
else
- TARGETS="$TARGETS manual/index.html"
+ TARGETS="$TARGETS"
MAKEMANUAL="$HEVEA -o manual/index.html darcs.tex"
fi
else
- TARGETS="$TARGETS manual/index.html"
+ TARGETS="$TARGETS"
MAKEMANUAL="cd manual && $HTLATEX ../darcs.tex && ln -sf darcs.html index.html"
fi
else
- TARGETS="$TARGETS manual/index.html"
+ TARGETS="$TARGETS"
MAKEMANUAL="$LATEX2HTML -split +1 -dir manual darcs.tex"
PREPROCHTML="--html"
fi