kopia lustrzana https://gitlab.com/sane-project/frontends
Use 6 lines as top/bottom margin for man2html to avoid losing 2
lines at every page break. Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
539a0d563d
commit
06274b97ed
|
@ -36,7 +36,8 @@ MANPAGES = $(SECT1)
|
|||
LATEX = TEXINPUTS=$(srcdir):$$TEXINPUTS latex
|
||||
DLH = TEXINPUTS=$(srcdir):$$TEXINPUTS dlh
|
||||
MAN2HTML= nroff -man |\
|
||||
man2html -compress -title $${page} -cgiurl '$$title.$$section.html'|\
|
||||
man2html -compress -topm 6 -botm 6 \
|
||||
-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>,'
|
||||
|
||||
all: $(MANPAGES)
|
||||
|
|
Ładowanie…
Reference in New Issue