kopia lustrzana https://gitlab.com/sane-project/backends
Add option -nodepage to man2html to avoid missing lines in the html output.
rodzic
562c9192ec
commit
f1d003fd3c
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue