aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/bibtex2html/files/patch-Makefile.in
blob: 6b7da44a9cb4ae32a6190e05856467c878e65c02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.in.orig    2010-09-28 23:56:25.000000000 -0700
+++ Makefile.in 2011-04-04 02:06:08.000000000 -0700
@@ -45,7 +45,7 @@
 FLAGS    = $(ZLIBS) $(DEBUG)
 PROFILE  =
 
-STRLIB = -cclib -lstr
+STRLIB =
 
 OBJS =  options.cmx html.cmx latexmacros.cmx latexscan.cmx bbl_lexer.cmx \
    bibtex.cmx bibtex_parser.cmx bibtex_lexer.cmx \
@@ -60,7 +60,7 @@
    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)