File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
2+ o fix bug in bib2bib: preamble now enclosed with a single pair of braces
3+
24Version 1.72, 3/9/2004
35======================
46 o --help now prints on standard output and exits successfully
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ DOCDIR = $(prefix)/doc/bibtex2html
1717# End of configuration part
1818# ########################################
1919
20- VERSION =1.72
20+ VERSION =1.73
2121
2222OCAMLC = @OCAMLC@
2323OCAMLOPT = @OCAMLOPT@
@@ -171,7 +171,7 @@ SOURCEFILES = *.ml* aux2bib.in Makefile.in configure.in configure .depend README
171171export : source export-doc linux
172172 echo " <#def version>$( VERSION) </#def>" > $(WWWSRC ) /version.prehtml
173173 make -C $(WWWSRC ) install
174- # mail -s "nouvelle release de bibtex2html" treinen@debian.org < /dev/null
174+ mail -s " nouvelle release de bibtex2html" treinen@debian.org < /dev/null
175175 echo " *** prevenir Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> ***"
176176
177177move-olds :
You can’t perform that action at this time.
0 commit comments