aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authoremakarov2010-09-06 16:27:13 +0000
committeremakarov2010-09-06 16:27:13 +0000
commit015e33fb137c89ba96b2806f828cd47341c3bd92 (patch)
tree0e440637fb430a0aaf343de48df26c07bd570435 /configure
parent7eda1af42c6634d5d27a019d2da9f1ae98c0e170 (diff)
Added doc/refman/coqide.eps and coqide-queries.eps to remove the need for pngtopnm and pnmtops
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13401 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b357595712..e24289e8ae 100755
--- a/configure
+++ b/configure
@@ -693,7 +693,7 @@ esac
if test "$with_doc" = "all"
then
- for cmd in "latex" "hevea" "pngtopnm" "pnmtops" ; do
+ for cmd in "latex" "hevea" ; do
if test ! -x "`which $cmd`"
then
echo "$cmd was not found; documentation will not be available"