Skip to content

Commit d0b9e3f

Browse files
committed
*** empty log message ***
git-svn-id: https://www.lri.fr/svn/demons/bibtex2html/trunk@333 6aee9057-109c-4a6d-8c93-4c3f535006fd
1 parent 00244e3 commit d0b9e3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
o fix bug in bib2bib: preamble now enclosed with a single pair of braces
3+
24
Version 1.72, 3/9/2004
35
======================
46
o --help now prints on standard output and exits successfully

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
OCAMLC = @OCAMLC@
2323
OCAMLOPT = @OCAMLOPT@
@@ -171,7 +171,7 @@ SOURCEFILES = *.ml* aux2bib.in Makefile.in configure.in configure .depend README
171171
export: 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

177177
move-olds:

0 commit comments

Comments
 (0)