code: fqa.9front.org

Download patch

ref: a99fe44fd64d6be2e211125154d055af43ff2f3d
parent: c3b67580569e6c072c91644ba9eb5bdf82634436
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed Dec 28 15:01:46 EST 2016

add appendix z: getting started with 9front

--- /dev/null
+++ b/appendixz.ms
@@ -1,0 +1,39 @@
+.\" This troff source is processed to create all forms of the
+.\" 9FRONT DASH 1 book and the http://fqa.9front.org website.
+.\" NOTE: Purely experimental. Methods employed may change.
+.\" troff -ms -mpictures appendixl.ms | page
+.\" htmlroff -u -ms -mhtml appendixl.ms >appendixl.html
+.de FG	\" .FG <basename>
+.ie h .html - <img src="\\$1.\\$2" />
+.el .BP \\$1.ps
+.br
+..
+.po 1i \" page offset (from left)
+.fp 1 R LucidaSans
+.fp 2 I LucidaSansI
+.fp 3 B LucidaSansB
+.fp 4 BI LucidaSansI
+.fp 5 CW LucidaCW
+.paragraph 0
+.margin 0
+.HTML "FQA Appendix Z - Getting Started With 9front
+.html - <style type="text/css">body{font-size:10pt}; a{font-size:10pt}</style>
+.html - <a href="fqa.html">FQA INDEX</a> |
+.html - <a href="appendixl.html">FQA Appendix L - Languages</a>
+.html - <hr />
+.SH
+.LG
+.ihtml h1 <h1>
+FQA Appendix Z - Getting Started With 9front
+.ihtml h1
+.NL
+.R
+.html - <a href="appendixz.html">html</a> |
+.html - <a href="appendixz.pdf">pdf</a> |
+.html - <a href="appendixz.ms">troff</a>chmod 775 $home/bin/rc/git
+
+You may be lost.
+
+.html - <hr />
+.html - <a href="fqa.html">FQA INDEX</a> |
+.html - <a href="appendixj.html">FQA Appendix L - Languages</a>
--- a/fqa.ms
+++ b/fqa.ms
@@ -1432,6 +1432,10 @@
 .ihtml a <a href="appendixl.html">
 L - Languages
 .ihtml a
+
+.ihtml a <a href="appendixz.html">
+z - Getting Started With 9front
+.ihtml a
 .html - <br />
 .FG toilet jpg
 .html - <br />
--- a/mkfile
+++ b/mkfile
@@ -21,8 +21,10 @@
 
 appendixl.ps:	cosbyplusplus.ps csharp.ps golang.ps haskell.ps perl.ps php.ps python.ps rails.ps yes.ps
 
+appendixz.ps:
+
 book:V:	ps
-	troff -ms -mpictures indicia.ms bp.ms numbering.ms bp.ms fqa.ms bp.ms fqa0.ms bp.ms fqa1.ms bp.ms fqa2.ms bp.ms fqa3.ms bp.ms fqa4.ms bp.ms fqa5.ms bp.ms fqa6.ms bp.ms fqa7.ms bp.ms fqa8.ms bp.ms fqa9.ms bp.ms appendixj.ms bp.ms appendixl.ms | lp -dstdout | ps2pdf >book.pdf
+	troff -ms -mpictures indicia.ms bp.ms numbering.ms bp.ms fqa.ms bp.ms fqa0.ms bp.ms fqa1.ms bp.ms fqa2.ms bp.ms fqa3.ms bp.ms fqa4.ms bp.ms fqa5.ms bp.ms fqa6.ms bp.ms fqa7.ms bp.ms fqa8.ms bp.ms fqa9.ms bp.ms appendixj.ms bp.ms appendixl.ms appendixz.ms | lp -dstdout | ps2pdf >book.pdf
 	chmod +t book.pdf
 
 dash1:V:
@@ -51,12 +53,12 @@
 
 fqa9.ps:	giveup1.ps giveup2.ps methods.ps sweat.ps yesno.ps
 
-html:V:	fqa.html fqa0.html fqa1.html fqa2.html fqa3.html fqa4.html fqa5.html fqa6.html fqa7.html fqa8.html fqa9.html appendixj.html appendixl.html
+html:V:	fqa.html fqa0.html fqa1.html fqa2.html fqa3.html fqa4.html fqa5.html fqa6.html fqa7.html fqa8.html fqa9.html appendixj.html appendixl.html appendixz.html
 	cp fqa.html index.html
 
-pdf:V:	fqa.pdf fqa0.pdf fqa1.pdf fqa2.pdf fqa3.pdf fqa4.pdf fqa5.pdf fqa6.pdf fqa7.pdf fqa8.pdf fqa9.pdf appendixj.pdf appendixl.pdf
+pdf:V:	fqa.pdf fqa0.pdf fqa1.pdf fqa2.pdf fqa3.pdf fqa4.pdf fqa5.pdf fqa6.pdf fqa7.pdf fqa8.pdf fqa9.pdf appendixj.pdf appendixl.pdf appendixz.pdf
 
-ps:V:	fqa.ps fqa0.ps fqa1.ps fqa2.ps fqa3.ps fqa4.ps fqa5.ps fqa6.ps fqa7.ps fqa8.ps fqa9.ps appendixj.ps appendixl.ps
+ps:V:	fqa.ps fqa0.ps fqa1.ps fqa2.ps fqa3.ps fqa4.ps fqa5.ps fqa6.ps fqa7.ps fqa8.ps fqa9.ps appendixj.ps appendixl.ps appendixz.ps
 
 all:V:	html ps pdf