From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 9220F28926 for ; Thu, 13 Jun 2024 02:50:42 +0200 (CEST) Received: from gaff.inri.net ([168.235.71.243]) by 9front; Wed Jun 12 20:46:37 -0400 2024 Message-ID: <740B58CCA95D99C62431C5C07C9828F8@gaff.inri.net> Date: Wed, 12 Jun 2024 20:46:37 -0400 From: sl@stanleylieber.com To: 9front@9front.org In-Reply-To: <2768288.mvXUDI8C0e@cixi> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive base-oriented wrapper ActivityPub over HTTP element singleton frontend Subject: Re: [9front] Staying up-to-date Reply-To: 9front@9front.org Precedence: bulk > 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

# create any missing directories needed for the build

cd /

. /sys/lib/rootstub

cd /sys/src

objtype=amd64 mk install

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