removed Shell Tools Guide, which references coreutils.

This commit is contained in:
Jérôme Duval
2015-02-07 16:40:14 +01:00
parent 7b1f967fa4
commit 796d23cd17
3 changed files with 1 additions and 84 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ SubDir HAIKU_TOP src documentation ;
SEARCH on <src!documentation>license.xml = [ FDirName $(HAIKU_TOP) src documentation ] ;
SubInclude HAIKU_TOP src documentation uiguidelines ;
SubInclude HAIKU_TOP src documentation shell_tools ;
-15
View File
@@ -1,15 +0,0 @@
SubDir HAIKU_TOP src documentation shell_tools ;
Doc2HTML
Shell_Tools-Guide.xml
: index.html
: http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
: Shell_Tools
: [ FDirName $(HAIKU_DOCUMENTATION_OBJECT_DIR) Shell_Tools ]
[ FDirName $(HAIKU_TOP) src bin coreutils man ]
: -stringparam use.id.as.filename 1
;
Includes [ FGristFiles Shell_Tools-Guide.xml ] : <src!bin!coreutils!man>coreutils.xml <src!documentation>license.xml ;
SEARCH on <src!bin!coreutils!man>coreutils.xml = [ FDirName $(HAIKU_TOP) src bin coreutils man ] ;
@@ -1,68 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!--
A note to future authors and editors of this document:
Thank you a hundred times over for contributing!
The latest version of this document was editing using
the following system configuration:
Textwidth: 74 characters
Tabstop: 3 characters
In vim (the only editor that matters) that's:
:set textwidth=74
:set tabstop=3
Things that need fixing should be marked as such with either "TODO"
or "FIXME".
-->
<!-- coreutils -->
<!ENTITY coreutils SYSTEM "coreutils.xml">
<!-- license -->
<!ENTITY license SYSTEM "../license.xml">
<!-- Text Macros -->
<!ENTITY haikuorg '<ulink url="http://www.haiku-os.org">Haiku</ulink>'>
<!ENTITY haiku "Haiku">
]>
<book id="index">
<bookinfo>
<title>Shell Tools Guide</title>
<pubdate>2005-04-20</pubdate>
<author>
<firstname>Jerome</firstname>
<surname>Duval</surname>
</author>
<abstract>
<para>
This guide lists documentation for shell tools provided with &haiku;.
</para>
</abstract>
<revhistory>
<revision>
<revnumber>1.0</revnumber>
<date>2005-04-20</date>
<authorinitials>kor</authorinitials>
<revremark>Initial version.</revremark>
</revision>
</revhistory>
</bookinfo>
<!-- Chapters
-->
&coreutils;
<!--
The License
-->
&license;
</book>