diff options
| author | marche | 2003-12-04 16:58:08 +0000 |
|---|---|---|
| committer | marche | 2003-12-04 16:58:08 +0000 |
| commit | 149a956d43816bd8c1480b1fa6111084b7266091 (patch) | |
| tree | 17fa336b0f455f3c042f06b3571832417d7243e1 /doc/Makefile | |
| parent | 39cfc84722b167504b86198a101a1b4c70288ced (diff) | |
coqide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8377 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 6f7f1fc706..3e1e14f81a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,7 @@ # Makefile for the Coq documentation -# You need the environment variables COQTOP and COQBIN to be correctly set +# You need the environment variable COQBIN to be correctly set +# (COQTOP is autodetected) # (some files are preprocessed using Coq and some part of the documentation # is automatically built from the theories sources) @@ -15,6 +16,7 @@ DOCCOQTOP=$(COQBIN)/coqtop #.byte DOCCOQC=$(COQBIN)/coqc +COQTOP=`$(DOCCOQC) -where` COQTEX=$(COQBIN)/coq-tex -image $(DOCCOQTOP) -v -sl -small #COQWEBSTY=$(HOME)/lib/tex/ COQWEBSTY=/usr/share/texmf/tex/latex/misc/ @@ -95,7 +97,7 @@ version.tex: Makefile #image coqide coqide.eps: coqide.png - pngtopnm coqide.png | pnmtops -noturn -rle > coqide.eps + pngtopnm coqide.png | pnmtops -equalpixels -noturn -rle > coqide.eps # dvips et dviselect existent sur loupiac |
