diff options
| author | letouzey | 2012-10-29 15:02:35 +0000 |
|---|---|---|
| committer | letouzey | 2012-10-29 15:02:35 +0000 |
| commit | bafaf20a401546562924773016fcf051ee7ba8ec (patch) | |
| tree | 385791c63dd380d0dd9f1b990423b5066745f42f /Makefile.common | |
| parent | 356880039b1a17d83f706ec69b57c9527230ca96 (diff) | |
Allow running coq-tex in win32 (fix #2921)
Yes, it seems that < and > and even 2>&1 are legal under windows :-)
Btw, the only function using streams has been rewritten, so coq_tex
is now a standard .ml file, not a .ml4 anymore (beware during upgrade!)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15938 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 56253fc7b4..c08379f80a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -113,7 +113,7 @@ HEVEAOPTS:=-fix -exec xxdate.exe HEVEALIB:=/usr/local/lib/hevea:/usr/lib/hevea HTMLSTYLE:=simple export TEXINPUTS:=$(HEVEALIB): -COQTEXOPTS:=-n 72 -image "$(COQTOPEXE) -boot" -sl -small +COQTEXOPTS:=-boot -n 72 -sl -small DOCCOMMON:=doc/common/version.tex doc/common/title.tex doc/common/macros.tex |
