From 11c1114f7913cabe633c2ce2a8e3039421e16b27 Mon Sep 17 00:00:00 2001 From: mertz Date: Mon, 17 Mar 2003 17:30:42 +0000 Subject: am�lioration mineures du code html g�n�r� pour la doc --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 3773fea..efad60d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -196,7 +196,7 @@ om: doc: doc/refman.pdf doc/refman.html doc/refman.html: - (cd doc; latex2html refman.tex; cp -f *.png refman/ ) + (cd doc; latex2html -split 4 -show_section_numbers -local_icons refman.tex; cp -f *.png refman/ ) doc/refman.pdf: doc/refman.tex (cd doc; \ -- cgit v1.1