#
d30e8975 |
| 05-Feb-2024 |
andvar <andvar@NetBSD.org> |
s/dependancies/dependencies/ and s/independantly/independently/ in comments and distrib notes.
|
#
3a850938 |
| 30-Nov-2019 |
uwe <uwe@NetBSD.org> |
Improve table of contents.
For .txt and .more drop meaningless page numbers, those formats are not paginated (with all due respect to line printers, 80s are over).
For .ps use actual formatting wit
Improve table of contents.
For .txt and .more drop meaningless page numbers, those formats are not paginated (with all due respect to line printers, 80s are over).
For .ps use actual formatting with proportional font and properly aligned page numbers. Thanks to kre@ for his help with some of the darker corners of troff (with all due respect to my 80s self, he/I should have paid more attention).
show more ...
|
#
05a1ccc8 |
| 29-Nov-2019 |
uwe <uwe@NetBSD.org> |
Oops, fix typo in .el in previous.
|
#
d2fa5679 |
| 29-Nov-2019 |
uwe <uwe@NetBSD.org> |
Provide separate .Tc and .Ti definitions for HTML and non-HTML.
Change HTML definition of .Tc to enclose TOC into simple .nf/.fi that also give us <pre> in the output.
This frees our hands to redef
Provide separate .Tc and .Ti definitions for HTML and non-HTML.
Change HTML definition of .Tc to enclose TOC into simple .nf/.fi that also give us <pre> in the output.
This frees our hands to redefine non-HTML case to use better formatting (work in progress).
show more ...
|
#
5f43f7b3 |
| 28-Nov-2019 |
uwe <uwe@NetBSD.org> |
Don't emit page numbers in TOC for HTML, they are meaningless.
|
#
6cb1cbee |
| 28-Nov-2019 |
uwe <uwe@NetBSD.org> |
Fix typo in register name in previous.
|
#
3295b861 |
| 28-Nov-2019 |
uwe <uwe@NetBSD.org> |
Use .open/.write instead of .tm to emit TOC.
|
#
1d838ef3 |
| 27-Nov-2019 |
uwe <uwe@NetBSD.org> |
Don't repeat the TOC file name, define a string.
|
#
c36ad7ae |
| 27-Nov-2019 |
uwe <uwe@NetBSD.org> |
Don't open-code .tm calls to emit TOC entries.
Hide it in an .mktoc macro so that we can switch the way we generate TOC more easily.
|
#
8646816a |
| 27-Nov-2019 |
uwe <uwe@NetBSD.org> |
Add missing backslash at the start of conditional input.
That avoids an empty line in the input (which didn't look empty, but for troff it really was) that causes a break.
I don't remember enough l
Add missing backslash at the start of conditional input.
That avoids an empty line in the input (which didn't look empty, but for troff it really was) that causes a break.
I don't remember enough linear algebra to understand what happened, but that also fixes off by one in some page numbers in the TOC.
show more ...
|
#
aa4a6339 |
| 27-Nov-2019 |
uwe <uwe@NetBSD.org> |
Make .Te and .To also emit .Ti with quoted arguments.
I missed them b/c I tested on sparc notes and sparc/install is stuck in the 90s and doesn't include common/sysinst. Now that all emitted .Ti ha
Make .Te and .To also emit .Ti with quoted arguments.
I missed them b/c I tested on sparc notes and sparc/install is stuck in the 90s and doesn't include common/sysinst. Now that all emitted .Ti have properly quoted arguments we can revert TOCPROC to simple grep.
While here convert .Te and .To to also use $* so we we can also drop quoting from their calls in common/sysinst now. Don't actually drop those quotes yet though, as we probably can further simplify the call sites by emitting the headings automatically instead of duplicating them.
show more ...
|
#
a4dc3219 |
| 27-Nov-2019 |
martin <martin@NetBSD.org> |
More cleanup: - simplify TOC handling and remove arg limit (from uwe) - use Lk with explicit anchor text in some places - do not allow official release builds when we can not derive the proper
More cleanup: - simplify TOC handling and remove arg limit (from uwe) - use Lk with explicit anchor text in some places - do not allow official release builds when we can not derive the proper date from the buildid
show more ...
|
#
ac344355 |
| 24-Jan-2018 |
skrll <skrll@NetBSD.org> |
Remove port-acorn26
OK core@
|
#
f9dc61f5 |
| 19-May-2015 |
snj <snj@NetBSD.org> |
finish removing the set size stuff, which was thrown out four years ago.
|
#
4697c995 |
| 09-May-2015 |
snj <snj@NetBSD.org> |
first pass de-suckification for 2015. modernize content a bit, fix dirty rotten lies, improve wording, sync legalese with reality, yada yada yada.
|
#
aad6ef8b |
| 31-Mar-2014 |
martin <martin@NetBSD.org> |
Bring back the playstation2 port - now that a toolchain for it is available again.
|
#
6d3ceb1d |
| 24-Feb-2014 |
skrll <skrll@NetBSD.org> |
Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
|
#
d6224f45 |
| 05-Dec-2009 |
pooka <pooka@NetBSD.org> |
Remove support for NetBSD/playstation2.
|
#
1495bb47 |
| 29-Oct-2008 |
tsutsui <tsutsui@NetBSD.org> |
Update MACHINE_LIST and MACHINE_ARCH_LIST.
|
#
1109e748 |
| 08-Sep-2008 |
tsutsui <tsutsui@NetBSD.org> |
Remove obsolete description for old xen-i386 port. Ok'ed by bouyer@.
|
#
d515f382 |
| 06-Sep-2008 |
tsutsui <tsutsui@NetBSD.org> |
Fix warning: >> ../common/macros:256: warning: number register `Ds' not defined
no changes in generated INSTALL docs.
|
#
11a6dbe7 |
| 30-Apr-2008 |
martin <martin@NetBSD.org> |
Convert TNF licenses to new 2 clause variant
|
#
d8de5b10 |
| 09-Jan-2008 |
simonb <simonb@NetBSD.org> |
Remove support for NetBSD/pc532.
|
#
7e0772cf |
| 23-Jan-2007 |
itohy <itohy@NetBSD.org> |
Use Ns (no space) in definition of Ul (UNIX-like) macro, since recent groff inserts a space before -like.
|
#
dca61a46 |
| 20-Apr-2006 |
uwe <uwe@NetBSD.org> |
s/xen/xen-i386/ in MACHINE_ARCH_LIST as that's what the code below expects.
|