diff options
Diffstat (limited to 'dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch')
-rw-r--r-- | dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch b/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch deleted file mode 100644 index f148b1ffdb7d..000000000000 --- a/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: ocamlweb-1.37/Makefile.in -=================================================================== ---- ocamlweb-1.37.orig/Makefile.in -+++ ocamlweb-1.37/Makefile.in -@@ -130,8 +130,8 @@ BOOTSTRAP= bootstrap.tex output.mli outp - - bootstrap: ocamlweb - ./ocamlweb -o test/ocamlweb.tex $(BOOTSTRAP) -- cd test; $(LATEX) ocamlweb -- cd test; grep -q "Rerun" ocamlweb.log && ($(LATEX) ocamlweb) || true -+ cd test; $(LATEX) ocamlweb.tex -+ cd test; grep -q "Rerun" ocamlweb.log && ($(LATEX) ocamlweb.tex) || true - - cd test; hevea -o ocamlweb.html ../ocamlweb.sty ocamlweb.tex - cd test; dvips ocamlweb.dvi -o ocamlweb.ps - |