/usr/share/doc/docbook-website/examples/buildmake.html is in docbook-website 2.5.0.0-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | <!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st March 2002), see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=ISO-8859-1">
<meta name="generator" content="Website XSL Stylesheet V2.4.1">
<link rel="home" href="index.html" title="Welcome to Website">
<link rel="up" href="building.html" title=
"Building the HTML Pages">
<link rel="previous" href="building.html" title=
"Building the HTML Pages">
<link rel="next" href="buildext.html" title=
"Building with XSLT">
<link rel="last" href="textonly.html" title=
"Building Text-only Websites">
<link rel="icon" href=
"http://nwalsh.com/images/nwalsh-icon16.png" type="image/png">
<link rel="stylesheet" href="example.css" type="text/css">
<title>Building with Make</title>
</head>
<body class="tabular" bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF">
<div class="webpage">
<a name="buildmake"></a>
<table border="0" cellpadding="0" cellspacing="0" width=
"100%" summary="Navigation">
<tr>
<td><img src="graphics/spacer.gif" alt=" " width="1"
height="1"></td>
<td valign="top" align="left" bgcolor="white" rowspan=
"2">
<h1>Building with Make</h1>
<p>The following instructions work with recent versions
of GNU Make; you may have to tweak them a bit if you're
using some other version of <b class=
"command">make</b>.</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>Create your webpages and your <tt class=
"filename">layout.xml</tt> file.</p>
</li>
<li>
<p>Create a skeletal <tt class=
"filename">Makefile</tt> like this:</p>
<pre class="programlisting">
PROC=xsltproc
STYLEDIR=../xsl
TABSTYLE=$(STYLEDIR)/tabular.xsl
STYLESHEET=$(TABSTYLE)
# Change the path in output-root to put your HTML output elsewhere
STYLEOPT= --stringparam output-root .
.PHONY : clean
all:
make website
include depends.tabular
autolayout.xml: layout.xml
$(PROC) --output $@ $(STYLEDIR)/autolayout.xsl $<
make depends
%.html: autolayout.xml
$(PROC) --output $@ $(STYLEOPT) $(STYLESHEET) $(filter-out autolayout.xml,$^)
depends: autolayout.xml
$(PROC) --output depends.tabular $(STYLEOPT) $(STYLEDIR)/makefile-dep.xsl $<
</pre>
<p>You'll have to change the <tt class=
"literal">PROC</tt> setting and the command-lines
used to run the processor.</p>
</li>
<li>
<p>Create an empty file called <tt class=
"filename">depends.tabular</tt>.</p>
</li>
<li>
<p>Run <b class="command">make depends</b>.</p>
</li>
<li>
<p>Run <b class="command">make</b>. That should
build your website.</p>
</li>
</ol>
</div>
<br>
</td>
</tr>
<tr>
<td valign="top" align="left" bgcolor="#4080FF" width=
"220">
<p class="navtoc"><a href="index.html"><img align=
"left" border="0" src="graphics/banner.png" alt=
"Banner"></a><br clear="all">
<br>
<span class="toplevel"><img src="graphics/blank.gif"
alt="   "><a href="layout.html" title=
"Site Navigation Layout Setup"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="layout.html" title=
"Site Navigation Layout Setup">Site
Layout</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"linking.html" title="Linking across Pages"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="linking.html" title=
"Linking across Pages">Linking</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"custom.html" title=
"Stylesheet customization instructions"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="custom.html" title=
"Stylesheet customization instructions">Customization</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"buildmake.html" title="Building strategies"><img src=
"graphics/navicons/triangle/other/open.gif" alt=
" " border="0"></a><span class="ancestor"><a href=
"buildmake.html" title=
"Building strategies">Building</a></span><br>
</span><span class="shrink1"><img src=
"graphics/blank.gif" alt="   "><img src=
"graphics/blank.gif" alt="   "><a href=
"buildmake.html" title="Building with Make"><img src=
"graphics/navicons/triangle/current/leaf.gif" alt="+"
border="0"></a><span class="curpage">Using
Make <img src=
"graphics/navicons/triangle/changed.gif" alt="Changed"
align="bottom"> <img src=
"graphics/navicons/triangle/current/pointer.gif" alt=
"<-"></span><br>
</span><span class="shrink1"><img src=
"graphics/blank.gif" alt="   "><img src=
"graphics/blank.gif" alt="   "><a href=
"buildext.html" title=
"Building with XSLT Extensions"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="buildext.html" title=
"Building with XSLT Extensions">Using
XSLT</a></span><br>
</span><span class="shrink1"><img src=
"graphics/blank.gif" alt="   "><img src=
"graphics/blank.gif" alt="   "><a href=
"textonly.html" title=
"Building Text-onlyt Websites"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="textonly.html" title=
"Building Text-onlyt Websites">Text-only</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"formtest.html" title="Form Test Page"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="formtest.html" title="Form Test Page">Form
Test</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"test3.html" title="XBEL Bookmark test"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="test3.html" title="XBEL Bookmark test">XBEL
Bookmarks</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"rddl.html" title="RDDL"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="rddl.html" title="RDDL">RDDL</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"php.html" title="PHP"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="php.html" title="PHP">PHP</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"rss.html"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="rss.html">RSS</a> <img src=
"graphics/navicons/triangle/added.gif" alt=
"New"></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"full.html" title="Full Website"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="full.html" title=
"Full Website">Website-Full</a> <img src=
"graphics/navicons/triangle/added.gif" alt=
"New"></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"revflag.html" title="Revision Flags"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="revflag.html" title="Revision Flags">Revision
Flags</a></span><br>
</span><span class="toplevel"><img src=
"graphics/blank.gif" alt="   "><a href=
"http://nwalsh.com/"><img src=
"graphics/navicons/triangle/other/leaf.gif" alt=
" " border="0"></a><span class="otherpage"><a
href="http://nwalsh.com/">nwalsh.com</a></span><br>
</span><br>
</p>
</td>
</tr>
</table>
<div class="navfoot">
<hr>
<table width="100%" border="0" summary="Footer navigation">
<tr>
<td width="33%" align="left"><span class=
"footdate">$Date: 2003/01/16 15:05:46 $</span></td>
<td width="34%" align="center"><span class=
"foothome"><a href="index.html">Home</a></span></td>
<td width="33%" align="right"> </td>
</tr>
<tr>
<td colspan="3" align="right"><span class=
"footcopy"><span class="copyright">Copyright © 1999,
2000, 2001 Norman Walsh.</span></span></td>
</tr>
</table>
</div>
</div>
</body>
</html>
|