diff --git a/ChangeLog b/ChangeLog index b7b2ccdf3..c1def0c3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ found. * frontend/saned.c: Use u_int_* instead of uint_*. That fixes compilation for MacOS X (hopefully). + * doc/Makefile.in: Add option -nodepage to man2html to avoid + missing lines in the html output. 2003-05-25 Henning Meier-Geinitz diff --git a/doc/Makefile.in b/doc/Makefile.in index f4810aa30..3951c56e1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -65,7 +65,7 @@ DVIPS = @DVIPS@ MAKEINDEX = @MAKEINDEX@ DLH = TEXINPUTS=$(srcdir):$$TEXINPUTS dlh MAN2HTML= nroff -man |\ - man2html -compress -topm 6 -botm 6 -title $${page} \ + man2html -compress -topm 6 -botm 6 -nodepage -title $${page} \ -cgiurl '$$title.$$section.html'|\ sed 's,,

,' EMACS = xemacs