9front - general discussion about 9front
 help / color / mirror / Atom feed
From: sl@stanleylieber.com
To: 9front@9front.org
Subject: Re: [9front] Staying up-to-date
Date: Wed, 12 Jun 2024 20:46:37 -0400	[thread overview]
Message-ID: <740B58CCA95D99C62431C5C07C9828F8@gaff.inri.net> (raw)
In-Reply-To: <2768288.mvXUDI8C0e@cixi>

> You seem to be right. Even though editing the script with acme
> poses no problem, just using cat on the script displays a list
> of insane characters...
> 
> Maybe I should not have done what you did too: copy-paste from
> the FQA -_-;
> 
> I'll retype it.

check it out. this:	# from fqa.9front.org/fqa5.ms

	.P1
	# create any missing directories needed for the build
	cd /
	\&. /sys/lib/rootstub
	
	# build everything
	cd /sys/src
	mk install
	mk clean
	
	# build manpage indices
	cd /sys/man
	mk
	
	# build the papers and html (optional)
	cd /sys/doc
	mk
	mk html
	.P2

becomes this:	# from fqa.9front.org/fqa5.html

	<p style="line-height: 1.1em; text-indent: 0.00in; margin-top: 0; margin-bottom: 0; text-align: justify;">
	<span style="font-size: 9pt"><tt># create any missing directories needed for the build</tt></span></p>
	<p style="line-height: 1.1em; text-indent: 0.00in; margin-top: 0; margin-bottom: 0; text-align: justify;">
	<span style="font-size: 9pt"><tt>cd /</tt></span></p>
	<p style="line-height: 1.1em; text-indent: 0.00in; margin-top: 0; margin-bottom: 0; text-align: justify;">
	<span style="font-size: 9pt"><tt>. /sys/lib/rootstub</tt></span></p>
	<p style="line-height: 1.1em; text-indent: 0.00in; margin-top: 0; margin-bottom: 0; text-align: justify;">
	<span style="font-size: 9pt"><tt>cd /sys/src</tt></span></p>
	<p style="line-height: 1.1em; text-indent: 0.00in; margin-top: 0; margin-bottom: 0; text-align: justify;">
	<span style="font-size: 9pt"><tt>objtype=amd64 mk install</tt></span></p>
	<p style="margin-top: 0; margin-bottom: 0.17in"></p>

how?	# from fqa.9front.org/mkfile

	%.html:	%.ms
		htmlroff -u -ms -mhtml $stem.ms >$target
		fixhtml $target

everything else is up to your local tools.

sl

  reply	other threads:[~2024-06-13  0:50 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 14:57 Thomas Nemeth
2024-06-11 15:08 ` phil9
2024-06-11 15:15   ` Thomas Nemeth
2024-06-12 11:57     ` cosarara
2024-06-12 16:57       ` Thomas Nemeth
2024-06-13  0:46         ` sl [this message]
2024-06-13  1:05           ` sl
2024-06-13  6:31           ` Thomas Nemeth
2024-06-13 17:16             ` hiro
2024-06-12 12:21     ` ori
2024-06-12  2:30 ` Thaddeus Woskowiak
2024-06-12 17:10   ` Thomas Nemeth
2024-06-12 12:51 ` hiro
2024-06-12 13:04   ` ori
2024-06-12 17:10     ` Thomas Nemeth
2024-06-12 19:34       ` Ori Bernstein
2024-06-12 21:55         ` Stanley Lieber
2024-06-12 17:03   ` Thomas Nemeth
2024-06-12 17:56     ` hiro
2024-06-12 18:11       ` Thomas Nemeth
2024-06-12 19:35         ` Ori Bernstein
2024-06-13  6:38           ` Thomas Nemeth
2024-06-14 20:11             ` hiro
2024-06-16 10:01               ` Thomas Nemeth
2024-06-16 13:03                 ` Thaddeus Woskowiak
2024-06-16 14:27                   ` Thomas Nemeth
2024-06-16 18:02                     ` ori
2024-06-17 11:04                     ` hiro
2024-06-16 18:00                 ` ori
2024-06-16 20:20                   ` [9front] Out-of-date and obsolete documentation Lyndon Nerenberg (VE7TFX/VE6BBM)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=740B58CCA95D99C62431C5C07C9828F8@gaff.inri.net \
    --to=sl@stanleylieber.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).