mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-23 05:30:18 +00:00
2fd48bf635
added 'gsh.sgml' since it's generated Makefile: fixed up some dependencies main.sgml: added top level id so that the created file is named "index.html"
94 lines
2.0 KiB
Plaintext
94 lines
2.0 KiB
Plaintext
<!--
|
|
;; $Id: main.sgml,v 1.2 1999/02/21 23:30:39 gdr-ftp Exp $
|
|
-->
|
|
|
|
<!DOCTYPE book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
|
|
<!entity gsh-start system "start.sgml">
|
|
<!entity gsh-interact system "interact.sgml">
|
|
<!entity gsh-product system "product.sgml">
|
|
<!entity gsh-commands system "commands.sgml">
|
|
<!entity gsh-vars system "vars.sgml">
|
|
<!entity gsh-prefix system "prefix.sgml">
|
|
<!entity gsh-errors system "errors.sgml">
|
|
<!entity gsh-comply system "comply.sgml">
|
|
<!entity gsh-termcap system "termcap.sgml">
|
|
<!entity gsh-glossary system "glossary.sgml">
|
|
]>
|
|
|
|
<!-- use the label "index" so that the top level HTML index file comes
|
|
out as "index.html" -->
|
|
|
|
<book id="index">
|
|
|
|
<bookinfo>
|
|
|
|
<title>GNO Shell Users' Manual</title>
|
|
|
|
<!--
|
|
;; This form of listing the authors is the best we can get with the standard
|
|
;; sgmltools installation. Unfortunately, it looks mediocre in html, and
|
|
;; downright ugly in postscript (both the title and the authors appear in
|
|
;; a large block font). The style sheets should probably be modified for
|
|
;; this.
|
|
-->
|
|
|
|
<authorgroup><author>
|
|
<firstname>Tim</firstname>
|
|
<surname>Meekins</surname>
|
|
</author></authorgroup>
|
|
|
|
<authorgroup><author>
|
|
<firstname>Albert</firstname>
|
|
<surname>Chin</surname>
|
|
</author></authorgroup>
|
|
|
|
<authorgroup><author>
|
|
<firstname>Jawaid</firstname>
|
|
<surname>Bazyar</surname>
|
|
</author></authorgroup>
|
|
|
|
<authorgroup><author>
|
|
<firstname>Andrew</firstname>
|
|
<surname>Roughan</surname>
|
|
</author></authorgroup>
|
|
|
|
<authorgroup><author>
|
|
<firstname>Devin</firstname>
|
|
<surname>Reade</surname>
|
|
</author></authorgroup>
|
|
|
|
<authorgroup><author>
|
|
<firstname></firstname>
|
|
<surname></surname>
|
|
</author></authorgroup>
|
|
|
|
<copyright>
|
|
<year>1991-1999</year>
|
|
<holder>Procyon Enterprises</holder>
|
|
</copyright>
|
|
|
|
<pubdate>%%%date%%%</pubdate>
|
|
|
|
</bookinfo>
|
|
|
|
<toc>
|
|
</toc>
|
|
|
|
<!--
|
|
;; Now list the chapters in the order in which you want them to appear.
|
|
-->
|
|
|
|
&gsh-start;
|
|
&gsh-interact;
|
|
&gsh-product;
|
|
&gsh-commands;
|
|
&gsh-vars;
|
|
&gsh-prefix;
|
|
&gsh-errors;
|
|
&gsh-comply;
|
|
&gsh-termcap;
|
|
&gsh-glossary;
|
|
|
|
</book>
|