diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-02-10 21:33:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-02-10 21:33:59 +0000 |
commit | 50459dfdadbcb44e80b58a9d4ad381119d38b4ab (patch) | |
tree | 39712ca177a5b44a53d9ded437bd7c752b8158ae /textproc/bibtex2html/files | |
parent | 49592eb51256683bbd1e712d9818fb06da09b400 (diff) |
Notes
Diffstat (limited to 'textproc/bibtex2html/files')
-rw-r--r-- | textproc/bibtex2html/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/bibtex2html/files/patch-Makefile.in b/textproc/bibtex2html/files/patch-Makefile.in deleted file mode 100644 index 6b7da44a9cb4..000000000000 --- a/textproc/bibtex2html/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- 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) - |