diff options
Diffstat (limited to 'textproc/bibtex2html/files/patch-Makefile.in')
-rw-r--r-- | textproc/bibtex2html/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/bibtex2html/files/patch-Makefile.in b/textproc/bibtex2html/files/patch-Makefile.in new file mode 100644 index 000000000000..6e68e3c8aad1 --- /dev/null +++ b/textproc/bibtex2html/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2010-09-29 06:56:25.000000000 +0000 ++++ Makefile.in 2010-10-24 23:00:14.000000000 +0000 +@@ -60,7 +60,7 @@ BIB2BIBOBJS = options.cmx bibtex.cmx bib + bibfilter.cmx latexmacros.cmx latexscan.cmx expand.cmx \ + html.cmx biboutput.cmx version.cmx copying.cmx bib2bib.cmx + +-all: @OCAMLBEST@ doc ++all: @OCAMLBEST@ + + opt: bibtex2html$(EXE) bib2bib$(EXE) + |