Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
3 changed files with 23 additions and 2 deletions
Showing only changes of commit 042876a287 - Show all commits

View File

@@ -2,3 +2,4 @@
*.ascii
*.html
*.pdf
grohtml*

View File

@@ -18,8 +18,9 @@ ug.pdf: ug.mm Makefile
groff -mm $(PREPROC) $(POSTPROC) $(REGISTERS) -dpaper=a4 -Tpdf $< > $@
-killall -HUP mupdf
ug.xhtml: ug.mm Makefile
groff -mm $(PREPROC) $(POSTPROC) -Txhtml $< > $@
%.html: %.ms Makefile
REFER=ref.i groff -ms $(PREPROC) $(POSTPROC) $(REGISTERS) -Thtml $< > $@
sed -i '/<\/head>/i<link rel="stylesheet" href="s.css">' $@
%.pdf: %.ms Makefile
REFER=ref.i groff -ms $(PREPROC) $(PDFOPT) -Tpdf $< > $@

19
garlic/doc/s.css Normal file
View File

@@ -0,0 +1,19 @@
html {
line-height: 1.6;
margin-bottom: 50px;
padding-bottom: 80px;
}
body {
max-width: 700px;
text-align: justify;
margin:0 auto;
}
pre {
overflow: auto;
display: block;
padding: 3px 3px;
line-height: 1.4;
background-color: #eeeeee;
}