Add option -nodepage to man2html to avoid missing lines in the html output.

merge-requests/1/head
Henning Geinitz 2003-05-26 23:34:56 +00:00
rodzic 562c9192ec
commit f1d003fd3c
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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 <henning@meier-geinitz.de>

Wyświetl plik

@ -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,<BODY>,<BODY BGCOLOR=\#FFFFFF TEXT=\#000000><H1 ALIGN=CENTER><IMG SRC="../sane.png" HEIGHT=117 WIDTH=346></H1>,'
EMACS = xemacs